Details
Joined devRant on 4/8/2016
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
-
When you realize that you've been been flipping between two tabs in your browser for the better part of an hour, and they have nothing to do with your project, you need the day to end.1
-
Holding off the website launch date because IE 8 isn't compatible! Can't wait for IE to be discontinued!9
-
When you see
int i = 0;
while (int i == 0) {
//Code where nothing changes i
}
If you're going to create an infinite loop you could at least write it as
while (true) { }
and save me a little time wondering what the hell 'int i' is for!3 -
I once worked at a small dev shop and the previous developer there must have hated the owner of the company.
He hid a script in one of the interal company apps that the owner used every day... the script looped over a method that sent the owner 500 emails that solicited viagra.2 -
"Why is this not working, it was working before!!??😤"
--finally fix problem--
"How the hell was it working before??"2 -
When you accidentally leave a console.log in your code that goes into production that says: "I'm fucking working!!!" and notice it a year later when fixing a bug.2
-
My life hurts when I have to develop on someone else's computer and they use the "light-theme". #teamdarkside26
-
When you stay out late in the office to finish an urgent feature, but no one else there to review your code before you merge it to master6
-
When the DEV and STAGE databases are down... Yay early happy hour 😝. Too bad for the database guys tho.