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
-
Seen in real source text:
while (PIGS_DO_NOT_FLY)
where PIGS_DO_NOT_FLY was defined as 1 in some header file. -
Kaji22626yThen someone tries to one-up the last one with (NULL == NULL), and wonders why it skips the loop...
-
Root825286yconst char* SUCKS = "SUCKS";
#define Dave SUCKS
#define sucks == SUCKS
while (Dave sucks) {
...
}
Related Rants
while true...
joke/meme
funny