idioms
Here are 38 public repositories matching this topic...
Clicking on a pattern which is unfinished (i.e status = ✘) provides no feedback on the website, nothing happens.
Clicking on the link multiple times appends the category to the URL multiple times. For example clicking on Abstract Factory three times yields the following url:
http://tmrts.com/go-patterns/creational/creational/creational/abstract_factory.md
Lastly, clicking on such an o
-
Updated
May 30, 2020
-
Updated
May 30, 2020 - Go
-
Updated
Jan 11, 2017 - HTML
(issue corresponding to review suggestion here)
CMAKE_CXX_FLAGS is used to configure compiler warnings in cmake as part of the testing procedure, (following the this advice). I am not aware of a warning API in cmake and I know of no option that does not involve passing e
-
Updated
Jun 23, 2020 - HTML
-
Updated
Jun 20, 2020 - C++
-
Updated
Mar 22, 2020 - HTML
-
Updated
Mar 9, 2019 - PHP
-
Updated
Feb 26, 2019 - Swift
-
Updated
Oct 18, 2012 - C++
-
Updated
Aug 20, 2019 - TSQL
-
Updated
Nov 28, 2018 - Ruby
-
Updated
Mar 16, 2018
-
Updated
Apr 30, 2020 - JavaScript
-
Updated
Mar 28, 2020
-
Updated
Aug 28, 2019 - C++
-
Updated
May 3, 2019 - Python
-
Updated
Apr 4, 2019 - Kotlin
Improve this page
Add a description, image, and links to the idioms topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the idioms topic, visit your repo's landing page and select "manage topics."
I think listing anti-patterns with some basic reasoning about "why not" is a good idea.
Example - singleton. Although #256 has "won't fix" label
Listing most popular anti-patterns (without actual implementation) shou