-
Updated
Jul 20, 2022 - C#
ddd
Here are 2,307 public repositories matching this topic...
-
Updated
Jul 21, 2022 - C#
-
Updated
Jul 21, 2022 - C#
-
Updated
Jul 22, 2022 - TypeScript
-
Updated
Apr 10, 2022 - C#
-
Updated
May 25, 2022 - Java
-
Updated
Aug 12, 2021 - Java
-
Updated
Jul 18, 2022 - TypeScript
-
Updated
Jun 17, 2022 - Go
-
Updated
Jul 18, 2022 - C#
Add CodeStyle
-
Updated
Jul 21, 2022 - C#
-
Updated
Mar 9, 2022 - HTML
-
Updated
Jul 1, 2022 - Go
-
Updated
Jun 24, 2022 - C#
-
Updated
Jun 22, 2022 - C#
-
Updated
Jun 21, 2022 - Ruby
-
Updated
Jul 20, 2022 - TypeScript
-
Updated
Jun 15, 2022 - 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
Jun 22, 2022 - C#
-
Updated
Jun 21, 2022 - Go
When someone changes their vote on a comment or post, we need to update the view.
Currently, we have to refresh the browser to see the changes.
On upvote:
- if the user hasn't already upvoted, it should be +1
- if the user already upvoted, it should stay the same
- if the user downvoted, it should + 1
On downvote:
- if the user hasn't already downvoted, it should be -1
- if t
-
Updated
Jun 27, 2022
-
Updated
Jul 22, 2022 - Ruby
Improve this page
Add a description, image, and links to the ddd topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ddd 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.