95
Low effort meme
(lemmy.world)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
I much prefer
for (auto map : hashMaps) ...overfor(unordered_map<string, unordered_set<string>> map : hashMaps)though. Shame they didn't name it "var" like in many other languages, auto just reminds me of cars.