Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program. - Linus Torvalds
Real-world designs
Architecture
- Hexagonal architecture
- Domain-driven design
- Message broker
- Pipes and filters
- Plugin architecture
- Layered architecture
Design Patterns
Mixed
- Do not use magic in unit tests
- Split your loop
- Replace HashTable with Map
- Do not judge a design by Sonar coverage
- Why you should not use field injection
- The tail of list.remove()
Comments
Post a Comment