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
Search - "overtone"
-
There are two kinds of programmers:
Those who use version control,
and those who soon whish they've used version control.6 -
The biggest problem with computers is that they do what you tell them to do.
Not what you want them to do.1 -
@dfox How about a Devrant t-shirt feature?
Where you can enter the id of your favorite rant. Then it just prints the t-shirt with the Devrant logo and the text from the rant.
Would be awesome!4 -
As a developer, always expect the unexpected! Except when deploing to production on friday afternoons, then you know exactly what to expect.1
-
var todays_tasks = 4, completed = 0;
while(completed < todays_tasks) {
fixTask();
completed++;
todays_tasks += 2;
} -
!rant
First day of Nordic.js in Stockholm!
There will be many great speakers and lots of Swedish fika!3 -
When you rewrite a macro 15 times before you realise that you never needed a macro in the first place1
-
!rant
Good week! First off to Nordic.js in Stockholm (thu-fri), then Red hot chili peppers live on saturday!
Javascript and Red hot, they both rocks!
Source reference:
http://jsrocks.org
https://rockhall.com/inductees/... -
In design they say it's all about the whitespace.
After reading all the discussions about tabs vs spaces, I think it also applies to programming... -
I was thinking of learning touch typing, but then I read that you only spend 10-20% of the time actually writing code and the rest of the time thinking.
So I decided to learn to think faster...