https://github.com/dehasi/sd-p07
https://github.com/dehasi/sd-p07
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dehasi/sd-p07
- Owner: dehasi
- Created: 2024-03-18T21:35:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T18:35:30.000Z (over 2 years ago)
- Last Synced: 2024-12-27T09:22:48.795Z (over 1 year ago)
- Language: Java
- Size: 1.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Practice #7
*Main takeaway:* read the book below and use common sense
image::assets/book.png[]
.plan
* [ ] A bit of common sense
* [ ] Vocabulary
** Entity
** Service
** Value object
** Repository
* [ ] Refactor HW to DDD
* [ ] Short (but important) questionnaire: https://docs.google.com/forms/d/e/1FAIpQLSfVU1s1yIL03s35dIIzFlopotRBLq40yBPTJfR5ZH9XLeiJ-g/viewform
.expand to see typical pictures from architecture books
[%collapsible]
====
.a typical picture from architecture books
image::assets/onion.png[]
.another typical picture from architecture books
image::assets/hexagonal.png[]
.and yet another typical picture from architecture books
image::assets/clean.png[]
====