DEV Community

Discussion on: Clean Code

Collapse
 
tastaslim profile image
Taslim Arif • Edited

Minimal number of lines of code, classes, functions etc. Less code means less headache, less bugs and less maintenance cost.
My purpose is to tell people not to write 100s of lines of code in the same function. At the end Readability and uniformity is what matters and same I am trying to convey here.

Collapse
 
peter_brown_cc2f497ac1175 profile image
Peter Brown

Less code does not mean less headache. Better to be more verbose and readable then too terse.

Some comments have been hidden by the post's author - find out more