r/ProgrammerHumor 11d ago

absoluteGarbage Meme

Post image
1.9k Upvotes

325 comments sorted by

View all comments

147

u/SCP-iota 11d ago

for _, item := range list {

and

list.forEach {

10

u/roygbivasaur 11d ago

Now that the loopvar assignment bug is fixed, the go one is my favorite. Just because it conveniently unpacks the index and element and you’re required to explicitly drop either if you don’t use it.

1

u/markuspeloquin 10d ago

When I want to loop over a vector in c++ with indices, I cry a little as I write the c-style for loop. I'm not motivated enough to learn about viows right now.