Change Request: Bitflag enums must be named with Flags suffix for C++ #2315
Labels
ArchBoard Guidelines
Apply to PRs or Issues relating Archboard Guidelines
architecture
C++
C++ Language
Name bitflag enums with the Flags suffix and to put this in our guidelines.
Flag enums will be uncommon because most over-the-wire enums will be extensible enums (and we could have another guideline for how to name these if they represent a set of flags).
The text was updated successfully, but these errors were encountered: