COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20220308005502/https://github.com/topics/design-patterns
Here are
5,448 public repositories
matching this topic...
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Updated
Mar 7, 2022
Python
Design patterns implemented in Java
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
An ultra-simplified explanation to design patterns
A collection of design patterns/idioms in Python
Updated
Feb 19, 2022
Python
To Be Top Javaer - Java工程师成神之路
Updated
Feb 14, 2022
Java
sample code for several design patterns in PHP 8
Curated list of Go design patterns, recipes and idioms
A curated list of software and architecture related design patterns.
📖 Design Patterns implemented in Swift 5.0
Updated
Aug 5, 2021
Swift
✨ React patterns, techniques, tips and tricks ✨
Functional css for humans
A curated list of awesome articles, videos, and other resources to learn and practice about software architecture, patterns, and principles.
Sample ASP.NET Core 6.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Design Patterns implemented in Kotlin
Updated
Mar 15, 2021
Kotlin
Guide on Domain-Driven Design, software architecture, design patterns, best practices etc. with code examples
Updated
Feb 28, 2022
TypeScript
📐 Design pattern implementations in TypeScript
Updated
Jul 4, 2020
TypeScript
Dedicated Resources for the Low-Level System Design. Learn how to design and implement large-scale systems. Prep for the system design interview.
Updated
Jun 10, 2021
HTML
All the 23 (GoF) design patterns implemented in Javascript
Updated
Oct 27, 2019
JavaScript
An ultra-simplified explanation of design patterns implemented in javascript
🍵 All Gang of Four Design Patterns written in Unity C# with many examples. And some Game Programming Patterns written in Unity C#. | 各种设计模式的Unity3D C#版本实现
Design patterns for humans 中文版 - 对设计模式超简单的解释
A collection of resources to learn object-oriented programming and related concepts for PHP developers.
GoF Design Patterns with "Real-World" examples involving Food-Related Businesses and mock dependencies
GoF design patterns in Ruby
Dependency injection framework for Python
Updated
Jan 31, 2022
Python
Improve this page
Add a description, image, and links to the
design-patterns
topic page so that developers can more easily learn about it.
Curate this topic
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."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
https://github.com/kgrzybek/modular-monolith-with-ddd/blob/54d209639e501301e879aa0d0a84c9ea49e4689e/src/Modules/Meetings/Domain/Meetings/Rules/MeetingAttendeesLimitMustBeGreaterThanGuestsLimitRule.cs#L1-L21
I believe the comparison operator used in the
IsBroken
method is wrong because the rule is checking that meeting attendees limit must be greater than guests limit.