Tag: architecture
All the articles with the tag "architecture".
-
Orthogonality in Programming: Why Independent Code Wins
Orthogonality in programming means changing one thing without breaking another. Learn what it is, why it matters, and how to write more independent, maintainable code.
-
C++ Design Patterns: Singleton, Factory & Observer
Learn the most important C++ design patterns with practical examples. Covers Singleton, Factory, and Observer patterns with modern C++ implementations.