Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
-
Updated
Mar 30, 2022 - Python
{{ message }}
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
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
To Be Top Javaer - 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.
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
Guide on Domain-Driven Design, software architecture, design patterns, best practices etc. with code examples
Dedicated Resources for the Low-Level System Design. Learn how to design and implement large-scale systems. Prep for the system design interview.
Let's add MinVer and on successful builds generate a release.
Source repo for the book
All the 23 (GoF) design patterns implemented in Javascript
An ultra-simplified explanation of design patterns implemented in javascript
设计模式超简单的解释。
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
Türkçe kaynağa destek olması amacıyla oluşturulmuş bir kaynaktır. Konu anlatımın yanı sıra C# ve Java gibi birçok dilde tasarım desenlerinin uygulamasını içermektedir.
Add a description, image, and links to the design-patterns topic page so that developers can more easily learn about it.
To associate your repository with the design-patterns topic, visit your repo's landing page and select "manage topics."
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
IsBrokenmethod is wrong because the rule is checking that meeting attendees limit must be greater than guests limit.