Here are
4,975 public repositories
matching this topic...
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Updated
Oct 17, 2021
Python
Design patterns implemented in Java
Updated
Oct 31, 2021
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
Jul 7, 2021
Python
To Be Top Javaer - Java工程师成神之路
Updated
Oct 27, 2021
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
Sample ASP.NET Core 5.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
A curated list of awesome articles and resources to learn and practice about software architecture, patterns, and principles.
Guide on Domain-Driven Design, Hexagonal architecture, best practices etc.
Updated
Oct 25, 2021
TypeScript
📐 Design pattern implementations in TypeScript
Updated
Jul 4, 2020
TypeScript
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
Dedicated Resources for the Low-Level System Design. Learn how to design and implement large-scale systems. Prep for the system design interview.
🍵 All Gang of Four Design Patterns written in Unity C# with many examples. And some Game Programming Patterns written in Unity C#. | 各种设计模式的Unity3D C#版本实现
A collection of resources to learn object-oriented programming and related concepts for PHP developers.
Design patterns for humans 中文版 - 对设计模式超简单的解释
GoF Design Patterns with "Real-World" examples involving Food-Related Businesses and mock dependencies
GoF design patterns in Ruby
Categorized overview of programming principles & design patterns
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.