DEV Community

Discussion on: Clean Architecture on Frontend

Collapse
 
jackmellis profile image
Jack

The empahsis of this article was on clean architecture. I think getting bogged down talking about tests, filling the example code with tests, etc. would've detracted from the main point of the article. The repo unless I'm mistaken, is just a proof that demonstrates the text.

And whether or not React was used is also missing the point a bit. Clean Architecture does not have any bearing on the rendering library. The point is that you could swap out React for some other library or framework or web components, and the majority of the code would stay exactly the same. That's surely the point?

Collapse
 
rdlopes profile image
Rui Lopes

If you develop just for the sake of developping, I'm happy with that.
But never forget the reason why you apply those principles in the first place.