Details
-
Type:
Story
-
Status: To Do
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Team:Architecture
Description
As discussed in RFC-63, it'd be good to clarify in our C++ standard (section 3.3) that the "must be all caps" rule only applies to const variables that represent constants (i.e. those that would be set using an enum or #define in C); it does not apply to variables that happen to be determined at their point of definition.
Is it worth finding all these dangling standards tickets and trying to sort them out in one push? We seem to have a lot of them hanging around. Is there a label we can use for coding standards updates?