idioms
Here are 37 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
Mar 4, 2020
-
Updated
Mar 3, 2020 - Go
-
Updated
Feb 23, 2020 - 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
Mar 1, 2020 - HTML
-
Updated
Jan 28, 2020 - C++
-
Updated
Jul 11, 2019 - HTML
-
Updated
Feb 3, 2020 - PHP
-
Updated
Sep 3, 2019 - Swift
-
Updated
Jan 15, 2019 - C++
-
Updated
Feb 18, 2020 - TSQL
-
Updated
Nov 28, 2018 - Ruby
-
Updated
Sep 30, 2019
-
Updated
Nov 18, 2019 - JavaScript
-
Updated
Feb 7, 2020
-
Updated
Aug 28, 2019 - C++
-
Updated
Apr 4, 2019 - Kotlin
-
Updated
Apr 20, 2019 - Go
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