DEV Community

Discussion on: Complexity Waterfall

Collapse
 
sebbdk profile image
Sebastian Vargr

Nice article, might send some of our juniors this way. :)

I can forgive most of the complexity linting can fix.
Proper compartmentalization, like using modules, can limit the cost of it a lot.

Code made without a some compartmentalization/deprecation/refactoring thoughts.
That is usually more time consuming to work with in my experience.

Collapse
 
sobolevn profile image
Nikita Sobolev

Glad that you liked it!

Feel free to share your feedback with juniors. I would love to hear that.