Enums in C#: Hidden Pitfalls

1 · PVS-Studio blog · July 21, 2021, 2:03 p.m.
C# has low barriers to entry and forgives a lot. Seriously, you may not understand how things work under the hood but still write code and remain easy-going about this. Though you still have to deal with different nuances over time. Today, we'll look at one of such subtle aspects - handling enumerations....