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
-
Classic. There is even a site in Germany for this topic.
http://www.if-schleife.de
https://translate.google.com/transl...= -
Nawap13977yI don't know y!
I always tend to say if-else loop
I thought its only me, who is telling if loop -
@Nawap they aren't loops, they are conditional statements. for and while are loops because they repeat; if-else statements do not.
-
Which language? Maybe he/she is writing in basic and does a "goto" after an if, directly before the if again, until the if is false.
Soooo....you can basic-ally say there are if-loops :D
Internally loops do this all the time. -
arekxv10547yWell why not just use while loops for everything. It will make your code way more robust as one mistake will cause infinite loop. 🤣
-
Well techincally you could make a loop with if's..
Just throw a goto into it.. -
Phlisg25247y@localjoost except when a CMS makes it the "language of choice" to front-end devs like me, they closed-source their CMS and only leave access to views. I have to do logic in Twig :(
Related Rants
"Professor, my if loop isn't working!"
IF LOOP!?!?!?!! 😫🔫
rant
fucking morons