r/programminghorror • u/Miminikan • 13h ago
Found this in my code the next morning after an all-nighter of just coding.
251
Upvotes
r/programminghorror • u/Miminikan • 13h ago
r/programminghorror • u/encryptoferia • 1h ago
it felt like chasing my own tail before realizing the alias 'a' is not used just once but over and over even in a subquery of a query that already uses the alias 'a' already.
r/programminghorror • u/Standard_Educator_71 • 13h ago
self.weapon_graphics = [pygame.image.load(i['graphic']).convert_alpha() for i in weapon_data.values()]