This project is a playground to learn SOLID principles ideally using TDD.
Type of tests:
- e2e
- Integration
- Unit test
SOLID:
- Single responsability principle
- Open-Close principle
- Liskov substitution principle
- Interface segregation principle
- Dependency inversion principle