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
-
why not:
int i = 0;
while(true){
try{
var temp = array[i]
i = i + 1;
}catch(Exception ex){
return i;
}
}
That's more fucked up :3 :P -
fallard107yI would not be surprised to see something like that from the vendors supporting our applications, so sad :(
-
@web-artisan I have self confidence bro lol
but ya neater is just the wrong word here -
I don't know who you are or what you do. But let me tell you, I have a very specific skill set of teaching programming concepts. And I promise I'll find you and make you correct the code. And then I'll ask you to leave the programming community.
Related Rants
Source: reddit
joke/meme
array
length