Comment on: [TIL] What is the synonym of "I don't care" in programming?
0 09 Jul 2015 15:12 u/Magnus86 in v/programmingComment on: [TIL] What is the synonym of "I don't care" in programming?
"We'll address that in the next point release"
"It doesn't do that in my Dev environment"
"Will not fix"
//Whoever wrote this should be fired, I don't even know what it does
int getRandomNumber() { return 4; // chosen by fair dice roll. // guaranteed to be random. }
I lifted the reference from XKCD ;) +1 for recognizing it.