DEV Community

Discussion on: 5 (Basic) Tips in C# (part 2)🔧

Collapse
 
jonasbr68 profile image
Jonas Brandel

Flag example for enum is really bad advice. It is to be used when your enum values are bit-flag or combination thereof.