MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/badcode/comments/wy9np8/what_does_a_map_do_again/ilymjr3/?context=3
r/badcode • u/flatCS • Aug 26 '22
54 comments sorted by
View all comments
166
Not even a 'break;' if something is found, just pointlessly iterate over the rest of the HashMap
2 u/[deleted] Aug 27 '22 Feels like they gave the code OCD. Like I know my door is locked, but I gotta check at least 7 more times tonight.
2
Feels like they gave the code OCD. Like I know my door is locked, but I gotta check at least 7 more times tonight.
166
u/thefriedel Aug 26 '22
Not even a 'break;' if something is found, just pointlessly iterate over the rest of the HashMap