Category
Software Design
Explore articles, tutorials, and insights about Software Design — covering practical tips, best practices, and real-world examples.
2 articlesDesign Principles in Software Development Part 1
2021/02/20·8 min readA guide to widely used design principles in software development, including DRY, SoC, DIE, KISS, YAGNI, and TDA, with practical example code.
Design Principles in Software Development Part 2
2021/02/17·5 min readThis blog talks about design principles in software development. It includes SOLID and a few more widely used design principles, with example code.