So far, we have covered various design patterns and principles including the best practices to write code. This section will summarize the following patterns and guide you to write quality and robust code. The details and implementation of these patterns are beyond the scope of this book.
We have already covered the following patterns:
- GoF patterns
- Design principles
- Software development life cycle patterns
- Test-driven development
In this book, we have covered a lot of topics and developed a sample application (console and web). This is not the end of the world, there are more things to learn in the world.
We can list more patterns:
- Space-based architectural pattern: Space-based Pattern (SBPs) are patterns that help with application scalability by minimizing the factors that limit application scaling. These patterns are also known as cloud architecture...