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
-
Chewbanacas656164dMy credo:
elif sucks. If I catch myself doing it, the logic has to be reworked. -
donkulator2880164dHaving a specific keyword for elseif is a sign of overcomplicating things by trying to be simple, and languages that do this tend to be donkey languages.
-
Hazarth9476163d`Switch(arg) while` when?
Once day I'll make my own language with the dumbest syntax, even dumber than brainfuck, ya'll see! -
electrineer30337163dif (false);
else while (true);
That's all valid, but you can't have another else, because else needs an if first.
Yall know else if()
Now get ready for else while()
rant