+ 1
When a programmer says "you need to be lazy for code efficiency" what does he really mean?
programming
2 Respostas
+ 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.
+ 3
Keep
It
Small and
Simple
KISS