we should enforce naming conventions in clang-tidy. A lot of our methods currently start with an uppercase letter (because @cyclops1982 also types a lot of Go), and others do not. I prefer lowercase there, but mostly I prefer consistency. @cyclops1982 also recently asked me how to name constants, and we should have a standard for that too.
we should enforce naming conventions in clang-tidy. A lot of our methods currently start with an uppercase letter (because @cyclops1982 also types a lot of Go), and others do not. I prefer lowercase there, but mostly I prefer consistency. @cyclops1982 also recently asked me how to name constants, and we should have a standard for that too.