Hacker News new | ask | show | jobs
by swalladge 2420 days ago
This. I like many of the things that Nim is doing, but I refuse to take it seriously if it's going to make basic things like tag search and grepping difficult.

inb4 a Nim linter is written to force a consistent naming style throughout a codebase.

2 comments

> inb4 a Nim linter is written to force a consistent naming style throughout a codebase.

Already done:

https://github.com/FedericoCeratto/nimfmt

> Detect inconsistent variable/function naming

HA well there you go. This shouldn't have to exist.
you can compile with `--stylecheck:error/hint` for enforcing consistent naming.