Hacker News new | ask | show | jobs
by jhbadger 2824 days ago
I'm genuinely confused why it wouldn't. Too many arguments in programming deal with bikeshedding like camel case vs underscores. Why not eliminate the debate by agreeing it doesn't matter one bit?
1 comments

It makes Ctrl-f and static analysis a bit harder!
Nim comes with a search tool, nimgrep, that understands Nim identifiers.
You are not supposed to mix different styles within the same project.