A matter of style
        Posted  
        
            by David
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by David
        
        
        
        Published on 2010-04-05T15:02:10Z
        Indexed on 
            2010/04/05
            15:13 UTC
        
        
        Read the original article
        Hit count: 426
        
c++
|coding-style
Would you write something like:
enum XYZ_TYPE {X=1, Y=2, Z=3};
I saw it and the suffix _TYPE confuses me in the enum context. There is a strong prospect that it is because I am not bright.
© Stack Overflow or respective owner