Senior
What books on software design and development have you read in the last two years?
sobes.tech AI
Answer from AI
Over the past two years, I have read the following books on software design and development:
- "Clean Architecture" by Robert Martin — for understanding the principles of building sustainable architectures.
- "Domain-Driven Design" by Eric Evans — for a deep understanding of designing complex business domains.
- "Design Patterns: Elements of Reusable Object-Oriented Software" (the Gang of Four) — for studying classic design patterns.
- "Refactoring" by Martin Fowler — for improving code quality and maintainability.
These books helped me better structure code and project architecture, as well as improve the quality and maintainability of software.