16

Developers nowadays.😐

Comments
  • 0
    No clue why the js tag it's there. Expected Go and "programming languages nowadays"...

    https://tour.golang.org/flowcontrol...
  • 2
    When I programmed in C, I never used for loops. All while loops for me. Then I switched to Python and JavaScript. Iterators I guess
  • 4
    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
  • 1
    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.
  • 0
    No for-loops are for noobs I just use maps😉
  • 0
    foreach it is for me most of the time
  • 0
    I got a friend who use while loop for every situation...
Add Comment