| commit | b4704d3ef834905ff486116f18792eb698f7fc01 | [log] [tgz] |
|---|---|---|
| author | Matthew Woehlke <matthew.woehlke@kitware.com> | Tue Dec 10 14:18:08 2024 -0500 |
| committer | Matthew Woehlke <matthew.woehlke@kitware.com> | Tue Dec 10 14:18:08 2024 -0500 |
| tree | d0a685affe246bde40c13245afb755c6d33afe2f | |
| parent | ed0baf1ec5151ab05d41e0dde652abe54a067737 [diff] |
Help/dev: Improve coding conventions guide Improve the coding conventions specified in our source code guide: - Recommend capitalization for locals as well as members. - Remove exceptions for `const` placement; new code should always prefer "east" style. - Remove separate section; "Code Style" and "Code Conventions" are similar enough to not need to make a distinction.