3 ms·
I think this problem can be solved using either a linter or formatter-like tool that makes naming consistent before the code gets committed.
by googh 2y 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.
- v3ss0n 2y agoDo we have proper linter for that now?
- archargelod 2y agoNim compiler supports a style enforcing flag `--styleCheck`, that can display hints or error on compilation.