DEV Community

Discussion on: My programming principles

Collapse
 
agatamaria profile image
Agata Maria

If a thing is a thing(), don't make it a t(h(i(n(g)))). Don't make small t, h, i, n, g functions but leave the thing() as is. Even if it's 4+ lines of code (scary!). Some thing()s must stay thing()s.

🙏🏻