-
Updated
Jul 13, 2021 - C#
ddd-architecture
Here are 516 public repositories matching this topic...
-
Updated
Aug 12, 2021
Let's add MinVer and on successful builds generate a release.
-
Updated
Apr 21, 2021 - Java
-
Updated
Aug 11, 2021 - TypeScript
-
Updated
Apr 13, 2021 - C#
-
Updated
Oct 13, 2020 - Java
-
Updated
May 31, 2021 - Java
-
Updated
Aug 2, 2021 - C#
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Oct 31, 2019 - C#
Create a new menu to export all data from the SQL database to CSV, so that users can import that data to other software easily.
-
Updated
Jan 3, 2019 - Java
-
Updated
Jul 28, 2020 - Go
-
Updated
Jul 19, 2021 - Java
Create a new base class (ie; ValueObject<PropertyType>
) that can be inherited to create a value object concrete definition.
Value objects are a core concept of DDD and represent things that are identified by their value rather than their hash/id/reference etc. See: https://martinfowler.com/bliki/ValueObject.html
There're already some examples on the web on this practice in typescript (eg h
-
Updated
Aug 11, 2021 - TypeScript
-
Updated
Nov 24, 2020 - C#
-
Updated
Jan 13, 2021 - SCSS
-
Updated
Sep 27, 2019 - C#
-
Updated
Nov 12, 2019 - JavaScript
-
Updated
May 22, 2021 - Java
-
Updated
Aug 23, 2017 - PHP
Improve the README
-
Updated
Mar 23, 2018 - C#
-
Updated
Aug 11, 2021 - TypeScript
-
Updated
Aug 10, 2021 - Python
-
Updated
Aug 23, 2018 - C#
-
Updated
Dec 5, 2020 - Java
Improve this page
Add a description, image, and links to the ddd-architecture topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ddd-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.