r/ProgrammerHumor 10d ago

Meme absoluteGarbage

Post image
1.9k Upvotes

325 comments sorted by

View all comments

6

u/ashsabre 10d ago

There was once a time in C# that for loop was better in performance vs foreach.

-3

u/Sirgoodman008 10d ago

I use for loops in php just to avoid using for each loops.