DEV Community

Discussion on: Have you ever worked with an engineer who never leveled up?

Collapse
 
olegthelilfix profile image
Oleg Aleksandrov

It's a violation of the "KISS" principle. A code should be short and simple. A 1 string of a code is better than 6 strings of a code.

return isSomethingTrue();
Thread Thread
 
jenc profile image
Jen Chan

I would love to be told this at work. At some point he'll learn!