Today I was browsing through some questions on this site and I found a mention of an enum being used in singleton pattern about purported thread safety benefits
enum
Instead of making a bunch of const int declarations
You can group them all in 1 enum
So its all organized by the common group they belong to