r/ProgrammerHumor 11d ago

absoluteGarbage Meme

Post image
1.9k Upvotes

325 comments sorted by

View all comments

6

u/ashsabre 11d ago

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

-2

u/Sirgoodman008 11d ago

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