Y
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
archargelod
700 days ago
Nim compiler supports a style enforcing flag `--styleCheck`, that can display hints or error on compilation.
link
v3ss0n
700 days ago
Do we have proper linter for that now?
link