Hacker News new | ask | show | jobs
by kolme 659 days ago
I think it's kind of important to be consistent about case because if not, people will trip when typing, it's annoying and might even cause bugs.

One thing I agree though, it's a waste of time to discuss about it. That problem is best solved with automatic tooling / linting. In the editor, git hooks and CI.

But if you and your colleagues don't have a problem with it, then I guess it's fine.