DEV Community

Eulier Gonzalez
Eulier Gonzalez

Posted on

Coupling And Cohesion

TL;DR
If you know about this, do something better with your time.

Working for a startup, they tell me to setup an Authentication User using Django.

I'm a Javascript Developer, with perhaps a skill of 8.8/10, i'd use Python but for educational purpose, so this is kind of new to me.

Looking at the Django Quick Start From Mozilla

And later at their Django Docs, in the Design Philosophies link and after reading Coupling and Cohesion

I'll argue that in Software Engineering
The less responsabilities and interdependence you have between modules or components, the better.
I'm gonna applied this gem, to my life.

Have a nice day!

Top comments (0)