I've heard people say "spelling mistakes in code are harmless"


I've heard people say "spelling mistakes in code are harmless".

I disagree. Spelling mistakes slow reading, create confusion, and can lead to bugs.

Solution: Run cspell as part of your CI process.

Here's an example cspell just found - a misspelled style that wasn't applying.

View original on X