When a programmer says "you need to be lazy for code efficiency" what does he really mean? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

When a programmer says "you need to be lazy for code efficiency" what does he really mean?

programming

19th Feb 2017, 9:31 AM
Stanley Opra
Stanley Opra - avatar
2 Answers
+ 6
If you are lazy, you will resort to writing smaller codes for a program cause bigger codes means more work. Usually smaller codes use up less memory/time and more importantly are easier to debug hence contributing to code efficiency.
19th Feb 2017, 9:34 AM
Mayur Garg
Mayur Garg - avatar
+ 3
Keep It Small and Simple KISS
19th Feb 2017, 9:39 AM
Mario L.
Mario L. - avatar