This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
Spell Checker #826
Labels
tech debt
A code quality issue is not urgent but could cause problems down the line if not addressed
Comments (and code names) frequently contain typos. These typos can be caught in code review, but this is an inconsistent and time consuming way to catch the issues.
The best way of solving this problem would be to enable spell checking for comments and identifiers using an automated tool (similar to a linter). If ignoring the feedback is sufficiently easy and easy to see, then this could even be a good addition to CI.
The text was updated successfully, but these errors were encountered: