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
[–] arxdat@lemmy.ml 9 points 1 month ago (5 children)

There are no inherent "rules" in software development. These books are useless and a waste of time. They offer nothing but CS Dogma and are actually against freedom of expression.

[–] sus@programming.dev 40 points 1 month ago* (last edited 1 month ago) (2 children)

Rules of thumb can be very useful for a relatively inexperienced programmer, and once you understand why they exist you can choose to ignore them when they would get in the way. Clean Code is totally unhinged though

[–] 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.

load more comments (2 replies)