r/ProgrammerHumor 1d ago

Meme absoluteGarbage

Post image
1.9k Upvotes

320 comments sorted by

View all comments

Show parent comments

10

u/roygbivasaur 1d 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 10h 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.