-
Updated
Oct 22, 2020 - C#
ddd-example
Here are 63 public repositories matching this topic...
-
Updated
Oct 30, 2020 - C#
-
Updated
Oct 26, 2020 - C#
-
Updated
Oct 23, 2020 - Java
-
Updated
Oct 27, 2020 - TypeScript
Improve the README
-
Updated
Oct 8, 2020 - Java
-
Updated
Jan 13, 2020 - C#
-
Updated
Oct 23, 2020 - C#
-
Updated
Oct 20, 2020 - C#
-
Updated
Oct 28, 2020 - Java
-
Updated
Jun 7, 2020 - C#
-
Updated
Apr 26, 2018 - Java
-
Updated
Aug 22, 2020 - C#
-
Updated
Sep 14, 2018 - C#
-
Updated
Feb 13, 2020 - Python
-
Updated
Jul 29, 2018 - Java
-
Updated
Jul 13, 2020 - Java
-
Updated
Aug 30, 2018 - C#
-
Updated
Jun 18, 2020 - JavaScript
-
Updated
Sep 3, 2020 - PHP
-
Updated
May 20, 2018 - PHP
-
Updated
Jul 30, 2020 - C#
-
Updated
Mar 20, 2018 - PHP
-
Updated
Sep 10, 2020 - Shell
-
Updated
Mar 6, 2018 - PHP
-
Updated
Sep 25, 2019 - JavaScript
-
Updated
Jun 14, 2018 - C#
Improve this page
Add a description, image, and links to the ddd-example topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ddd-example topic, visit your repo's landing page and select "manage topics."


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