-
Updated
Jun 23, 2022 - C#
software-architecture
Here are 507 public repositories matching this topic...
-
Updated
Oct 20, 2021
-
Updated
Jan 9, 2022
-
Updated
Sep 11, 2021 - JavaScript
-
Updated
Jun 22, 2022 - C#
-
Updated
Sep 8, 2021
-
Updated
Mar 18, 2022 - Java
-
Updated
Jul 5, 2022 - TeX
-
Updated
Dec 27, 2021
-
Updated
Mar 5, 2022
-
Updated
Jun 25, 2022 - Java
-
Updated
Jul 8, 2022 - Java
-
Updated
Jul 7, 2022 - TypeScript
-
Updated
Jun 16, 2020
-
Updated
Oct 19, 2021
-
Updated
Oct 26, 2020 - PHP
-
Updated
Jun 22, 2022 - C#
-
Updated
Jul 5, 2022
-
Updated
Jun 14, 2022 - Java
-
Updated
Nov 29, 2021 - Java
-
Updated
May 19, 2022 - XSLT
-
Updated
Apr 13, 2022 - PHP
-
Updated
May 19, 2022
-
Updated
Sep 24, 2021
-
Updated
Feb 6, 2021
-
Updated
Oct 7, 2021 - TypeScript
-
Updated
Jun 28, 2020 - Swift
-
Updated
Aug 19, 2017
Improve this page
Add a description, image, and links to the software-architecture topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the software-architecture 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
IsBroken
method is wrong because the rule is checking that meeting attendees limit must be greater than guests limit.