this post was submitted on 09 Aug 2024
607 points (97.9% liked)

Programmer Humor

32050 readers
1380 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
[–] Phegan@lemmy.world 18 points 1 month ago (1 children)

Agreed. I found that many developers, in the pursuit of clean code, lost slight of some of the fundamentals principles of good code. I found that people were eschewing readability and modularity and calling it clean code.

Clean code became the target, not the underlying principles and the reason why we needed clean code in the first place. It became an entirely new thing that aided in producing some of the worst code I've read.

Oftentimes, when devs talk about "clean code" it's a red flag for me in hiring. Some of the worst devs I've worked with have been clean code evangelists.

[–] pfm@scribe.disroot.org 18 points 1 month ago (1 children)

I'm beginning to feel we're no longer talking about Clean Code being bad, but about people following ideas they don't understand, which is not related or caused to any particular book.

[–] jecxjo@midwest.social 2 points 1 month ago* (last edited 1 month ago)

I think its less about not understanding and more that these concepts only work in unrealistic scenarios that aren't real. It's the same with Agile. They never address the actual issue and try to work around them which never works.