Following the responses from the below questions and answers, is it really worth the effort to remove all the Null instances from a middle-weight [50,000 lines] project if that Null value has never been used throughout the entire project? It might look like a simple right click in resharper but is it really worth the effort? What would I gain? Just a better-practice code?
Is it a good practice to add a “Null” or “None” member to the enum