I often find myself implementing a class maintaining some kind of own status property as an enum: I have a Status enum and ONE Status property of Status type. How should I s
I'd change the name of the property to something like "CurrentStatus". Quick an easy :)