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
-
WTHolyFuckingHellIsThisShit !
There needs to be an O notation for WTFs used in code review. I am leaning toward n^2 of WTFs for this. -
@AlgoRythm hey! Haven’t you learned anything about implicit type conversions from this rant?
It’s while(true) n++;
😉 -
@Lensflare boolean isn't a real type in plenty of languages :) lecture me instead about hard coded values as opposed to standard definitions.
Related Rants
-
teomatteo891When you try to schedule interviews in a completely different time zone.
-
PonySlaystation17Theory: The least experienced developers write code with the higest complexity.
-
PonySlaystation14[Certified CMS Of Doomâ„¢ moment] Ah yes, the good old "generate a huge CSV just to know how many rows there ...
Date of doom... they forgot the double quotes...
(btw. $dateString is in the form "1234-10-11")
The fun part is that this comparison fails because $dateString is not numeric (due to "-") thus won't be (non-strictly) equal to 0 (int).
Damn fuucking amateurs... all hacks no skill.
rant
datetime
cmsofdoom
phptsd