18
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 19 Oct 2025
18 points (100.0% liked)
TechTakes
2271 readers
35 users here now
Big brain tech dude got yet another clueless take over at HackerNews etc? Here's the place to vent. Orange site, VC foolishness, all welcome.
This is not debate club. Unless it’s amusing debate.
For actually-good tech, you want our NotAwfulTech community
founded 2 years ago
MODERATORS
I once had someone tell me to my face that comments were a code smell.
I've found that people who talk about "code smell" generally should not be listened to as it's entirely vibes-based-on-the-last-medium-post-i-read-this-morning. I had a dipshit manager tell me that he didn't like my use of decorators (in python mind you) because it was a "code smell" and recommended I read "clean" code, and I immediately threw every other opinion he had in the trash.
Managers gonna manage, but having a term for bad code that works that is more palatable than 'amateur hour' isn't inherently bad imo.
Worst i've heard is some company forbidding LINQ in C#, which in python terms is forcing you to always use for-loops in place of filter/map/reduce and comprehensions and other stuff like pandas.groupby
that's truly assenine as LINQ is supposed to be one of the few reasons to want to use C#