quality-tutorial
quality-tutorial copied to clipboard
00:50 - Development (40m)
- [x] Example exercises of Object Calisthenics
- [x] Example domain implementation of the features planned in #1
- Demonstrate translation of concepts directly (e.g. method/class naming etc.) from domain model into code
- [x] Examples of where strict type declarations can help understanding of code
- Examples of where VOs provide additional value (encapsulate validation, implicit trust in valid types etc.)
- [x] Add phpstan to show benefits of static analysis