Hacker News new | ask | show | jobs
by googh 700 days ago
I think this problem can be solved using either a linter or formatter-like tool that makes naming consistent before the code gets committed.
2 comments

Nim compiler supports a style enforcing flag `--styleCheck`, that can display hints or error on compilation.
Do we have proper linter for that now?