Day after day, I have been improving my code, and I have read some important books (Clean Code; The Clean Coder; Domain-Driven-Design…)
What is a simple project? According to Uncle bob :
- Do all the tests
- No code duplication
- Express the programmer’s purpose
- Minimize the number of classes and methods