Code reviews
Architecture
and
Patterns
Good habits
- Consistency
- Bigger picture thinking
- Overestimate
- Documentation + code comments
- Unit Tests
- Delete code
- Focus on fundamentals
- Keep it simple
- Earn the right to address technical debt by shipping, not the other way around
TDD
- https://developer.android.com/training/testing/fundamentals#testing-pyramid
- https://martinfowler.com/articles/practical-test-pyramid.html
Comments