DEV Community

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

Collapse
 
helleworld_ profile image
DesirΓ© πŸ‘©β€πŸŽ“πŸ‘©β€πŸ«

Really nice question.

I try to use as many examples and usecases as I can always provide, also I think it's really important to teach that there's actually an arquitecture in everything we use, and that it's not something you can just leave behind.

Since I've been years following different tutorials and guides, I had to finally learn arquitecture late on my career. And honestly it would've been the solution for many things I couldn't understand back then πŸ˜…

Collapse
 
orimdominic profile image
Orim Dominic Adah

Same with me too. After about 2+ years, I had to start learning these architectures.
Most tutorials on architectures are separate from tutorials on building an application. I was thinking it could be because one app may not explain all architecture pattern use cases but still, it won't hurt to explain some if there are use cases that fit.

I appreciate your contribution. Thanks.