-
Updated
May 6, 2022 - C#
domain-driven-design
Here are 1,053 public repositories matching this topic...
-
Updated
May 6, 2022 - C#
-
Updated
Apr 24, 2022 - TypeScript
Let's add MinVer and on successful builds generate a release.
-
Updated
Jan 24, 2022 - Java
-
Updated
Apr 30, 2022 - C#
Add CodeStyle
-
Updated
Mar 25, 2022 - C#
-
Updated
Apr 11, 2022 - C#
-
Updated
Jan 19, 2022
-
Updated
Apr 13, 2021 - C#
Describe your suggested feature
I have all my manga in a dedicated library. It would be great if there was a setting for the library that would put a default reading direction for all the series in the library (kind of like the reading direction for a series being applied to each book in it). It would avoid the need to set the reading direction to right-to-left manually for each new series.
-
Updated
Apr 23, 2022 - Go
-
Updated
Nov 26, 2021
-
Updated
Mar 10, 2022 - Java
-
Updated
May 5, 2022 - C#
-
Updated
May 3, 2022 - Ruby
-
Updated
May 5, 2022 - Python
-
Updated
Dec 14, 2021 - Java
-
Updated
Jan 5, 2021 - TypeScript
-
Updated
Sep 14, 2020 - Python
-
Updated
Mar 26, 2022 - TypeScript
-
Updated
Jan 6, 2022 - Java
-
Updated
May 6, 2022 - Java
-
Updated
May 5, 2022 - Java
-
Updated
Feb 21, 2022
-
Updated
Mar 1, 2021 - Java
-
Updated
Apr 4, 2019 - Java
-
Updated
Feb 19, 2022 - JavaScript
Improve this page
Add a description, image, and links to the domain-driven-design topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the domain-driven-design 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.