196
submitted 10 months ago* (last edited 10 months ago) by andioop@programming.dev to c/programming_horror@programming.dev
you are viewing a single comment's thread
view the rest of the comments
[-] sloppy_diffuser@sh.itjust.works 4 points 10 months ago

for i in itertools.count(): ... will count to infinity.

Better make it into a dictionary so it's O(1) complexity instead of O(n) while you're at it.

this post was submitted on 07 Dec 2023
196 points (91.2% liked)

Programming Horror

1634 readers
1 users here now

Welcome to Programming Horror!

This is a place to share strange or terrible code you come across.

For more general memes about programming there's also Programmer Humor.

Looking for mods. If youre interested in moderating the community feel free to dm @Ategon@programming.dev

Rules

Credits

founded 1 year ago
MODERATORS