Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Hultan704668yJust remembered what my professor said once 20 years ago :
- on average a developer writes about ten lines of code per day!
Everyone in class laughed :-)
Now 20 years later, I just left the office having written zero lines of code today :-)
He might have been right! -
sandeepb3058y@Pythoneer
var a1 = 1;
var a2 = 2;
var a3 = 3;
var a4 = 4
var a5 = 5;
var a6 = 6;
more than 5 lines bug free. oh yeah I rock!
Just spent 2 hours to write 5 lines of code.
But those 5 lines are worth 500 :)
undefined