DEV Community

Discussion on: Please explain why I need software architecture

Collapse
 
mpodlasin profile image
mpodlasin

The answer is simple.

When you begin coding, you shouldn't worry about those. At all.

And then, when you write sufficiently complex projects, your code will become a horrible mess... and then you will understand. :)

Collapse
 
vladned profile image
Vlad Nedelcu

on point :))

Collapse
 
luqman10 profile image
Abdul Qadir Luqman

lol. That's the most efficient answer.

Collapse
 
codbugs profile image
Coding Bugs

I would add to try to add new features or functionalities to an app that you've developed 1 or 2 months ago. You will see how complex could be to understand your own code and why you took those decissions.