A curated list of awesome articles, videos, and other resources to learn and practice about software architecture, patterns, and principles.
design-systems
design-pattern
awesome
microservices
microservice
ddd
architecture
oop
design-patterns
clean-architecture
awesome-list
microservices-architecture
onion-architecture
architectural-patterns
software-architecture
ddd-architecture
system-design
vertical-slices
architectural-styles
modular-monoliths
-
Updated
Apr 5, 2022
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.