this post was submitted on 09 Aug 2024
602 points (98.2% liked)

Programmer Humor

31997 readers
552 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

Those who know, know.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] doktormerlin 13 points 1 month ago (1 children)

The problem is that a lot of people don't understand when to ignore the rules and just stick with them forever.

We had a developer once that always said KISS KISS KISS whenever we pointed out that her functions are working but not reusable, so she wrote 20 functions that all did the same thing, but with slightly different parameters. And that's just one of the examples

[โ€“] bmaxv@noc.social 1 points 1 month ago

@doktormerlin @sus

Even if their style is objectively bad, as long as it works, that's a bad hill to fight over.