Should you create separate file for new enum in .NET?
Written on February 20, 2010 – 5:15 am | by admin |You may become in the following situation: You have some class and you want to add some enum for it, then you begin wandering should you add a new file for the enum. I think if the enum will be used by a single class then you should add the enum declaration inside the class. [...]

