design-patterns
Here are 3,383 public repositories matching this topic...
The project is using SonarCloud static code analysis. The latest results are showing that it has found several blocker and critical severity code smells (major, minor and info level we ignore). In this task those are fixed or marked as false positives. To mark false positives, SuppressWarnings annotation should be used in code as explained in the linked documentation.
Links:
[Blocker and criti
-
Updated
Sep 27, 2019
-
Updated
Jul 6, 2020
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
- it is in PRs section, and people (if searching history at all) are searching issues first.
- it was misspelled, Singelton instead of Singleton, therefore impossible to find
Listing most popular anti-patterns (without actual implementation) shou
Github Actions should also test building documentation for pushes and pull requests to check for broken docs. Seems like there is a Docker container for that: https://hub.docker.com/r/readthedocs/build/
-
Updated
Jul 9, 2020 - Java
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 18, 2020 - Swift
-
Updated
Jul 3, 2020
Based on the description. If project owners are ok enable Stage 2 Babel transformation it is a good alternative to bind
in the constructor.
class Switcher extends React.Component {
constructor(props) {
super
-
Updated
Jul 7, 2020 - C#
Hi,
I think I may have stumbled upon a bug.
With the value to set 'Cart' it shows 'Gear' in the drawer, this happens consistently throughout all other values
<img width="411" alt="image" src="https://user-images.githubusercontent.com/20213078/4796
-
Updated
May 31, 2020 - Kotlin
-
Updated
Jul 4, 2020 - TypeScript
-
Updated
Jul 8, 2020 - C#
Artemis Framework link in http://gameprogrammingpatterns.com/data-locality.html appears to point to a fake SEO heavy website instead of what I would imagine was the original. The website now contains no source links.
There are various clones of it, but I believe this might be the original source repo possibly,
https://code.google.com/archive/p/artemis-framework/
-
Updated
Oct 27, 2019 - JavaScript
-
Updated
Oct 1, 2019
-
Updated
Aug 7, 2019
-
Updated
Apr 20, 2020 - PHP
-
Updated
Feb 6, 2020 - C#
-
Updated
Oct 13, 2016 - JavaScript
Even though Manga is a monolith application it would be nice to enable OpenTracing to show how to add it following the Clean Architecture principles.
The Jaeger library is a interesting starting point:
-
Updated
Dec 31, 2019
-
Updated
Oct 5, 2019 - HTML
-
Updated
May 28, 2020 - HTML
-
Updated
Jul 1, 2020 - Swift
Improve this page
Add a description, image, and links to the design-patterns topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the design-patterns topic, visit your repo's landing page and select "manage topics."
In the solution for the pastebin/bitly system design, the write to cache flow is missing in the second diagram which refers to the scaling aspect. The cache has only a read arrow but not a write arrow. The diagram will be more intuitive if a write-through/write-back cache mechanism was indicated.