DEV Community

Discussion on: Clean Architecture: Applying with React

Collapse
 
rubemfsv profile image
Rubem Vasconcelos

To be honest, this approach is generic and framework or language agnostic (even if you read the previous article on applying with Flutter, you would see that). Good architecture and implemented design principles make coding faster, easier to maintain, and make your code more robust, as the colleague said in the other comment.
This approach is a suggestion, not a rule. Of course, most developers split up their code into folder structures that make sense for them and their team, but having a guide can make it easier to make fewer mistakes.
And the comment about "spending a lot of time writing articles", is good for exercising knowledge and sharing with people who are interested. I also write to help me write my master's thesis and practice my English.
It's not all just about code, it's also about planning.