DEV Community

Discussion on: Why do some Programming Tutorials not place emphasis on Software Architecture Principles?

Collapse
 
orimdominic profile image
Orim Dominic Adah • Edited

I think they should. Software quality is important. Even if they don't, they should give reasons why they make some software quality decisions like I am using an enum because..., or I am using the factory design pattern because....