Details
Joined devRant on 9/29/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
-
"The password must be 6 to 32 characters long and must contain atleast one uppercase character, one lowercase character, a special character, the md5 hash of your last name, a dried olive branch and the blood of a unicorn."5
-
Going through code left by a senior developer who quit.. Dated 2015..
public static T IfThenElse<T>(bool isTrue, T ifYes, T ifNo)
{
if(isTrue) { return ifNo ; }
else if(!isTrue) { return ifNo ;}
Debugger.Break();
throw new Exception("") ;
}
.....
There was a unit test for it well
....
............. Wow, just wow9 -
I just cringed heavily when my girlfriend pulled out a LAN cable without pressing the safety clip thingy3
-
Evening: I have no idea how to do it, 4 hours of programming are just wasted.
Morning: Oh, I changed couple lines in yesterday code and everything is perfect now. -
So here I am in iceland watching Aurora with my gf, and suddenly I realized somewhere in my code at work I freaking forgot to add 1 to the denominator of a fraction. Shitty shit shit, gonna go back to work finding NaNs everywhere. Fuck fuck fuck10