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
-
hjk10157314yNo clue why the js tag it's there. Expected Go and "programming languages nowadays"...
https://tour.golang.org/flowcontrol... -
eo287540014yWhen I programmed in C, I never used for loops. All while loops for me. Then I switched to Python and JavaScript. Iterators I guess
-
At work one of my pull request was literally denied because I used a do while loop (to terminate it if desired state was reached) instead of a map or forEach... They said it's more "functional programing" that way. The worst thing is one of them is the CTO of the client company and the project owner
-
I would NEVER use a while loop.
Never.
Fuckin while ass shit. Compare your fucking iterator after you run like a normal fucking loop, you're drunk.
Related Rants
Developers nowadays.😐
joke/meme
developers
js
while
for
loops