feature: Added Domain Model pattern (#1795)

* domain-model pattern

* fixed optional get before check isPresent

* readme minor changes

* change currency representation with joda money

* changed names of test methods

* fixed code smells

* Update domain-model/README.md

Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>

* Update domain-model/README.md

Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>

* updated readme and diagrams

Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
This commit is contained in:
AndriyPyzh
2021-07-22 16:58:21 +03:00
committed by GitHub
parent eaeb6e717c
commit eac85678f0
20 changed files with 1765 additions and 8 deletions

View File

@ -59,7 +59,7 @@
<configuration>
<archive>
<manifest>
<mainClass>com.iluwatar.subclasssandbox.App</mainClass>
<mainClass>com.iluwatar.strategy.App</mainClass>
</manifest>
</archive>
</configuration>