Hacker News new | ask | show | jobs
by spc476 1580 days ago
Then you get dinged by static analysis tools like SonarQube because you introduced a useless scope or increased the "cognitive complexity" to the code and have to explain it to a team leader who might not understand why you did that.
2 comments

A team lead who does not understand that does not have the technical chops to be a team lead.
Doesn’t mean they aren’t still your team lead though!
Should we really be making decisions with people like that in mind?
If they are your team lead, would you have a choice?
I guess don't use a C99 linter on a C89 codebase?