DEV Community

Discussion on: Tell me a coding confession

Collapse
 
kspeakman profile image
Kasey Speakman • Edited

I'm with you linters. I tend to get annoyed by them. They often lead devs to focus on really pedantic problems. With linter indoctrination, you'll be looking at another dev's code and think "Oh they used an if statement to assign a nullable value instead of a ternary statement. They should fix that." Instead of "the overall maintainability of this code looks good."