

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 pandas.groupby

this seems counterintuitive but… comments are the best, name of the function but longer are the worst. Plain text summary of a huge chunk of code that I really should have taken the time to break up instead of writing a novella about it are somewhere in the middle.
I feel a lot of bad comment practices are downstream of javascript relying on jsdoc to act like a real language.