Hi all
Just a quick question on best practices. I have a legacy VB6 project that I'm converting to C# 2.0. There are a lot of constants littered throughout the various VB modules - I would like to consolidate them into one central location.
Would it be a good idea to create a project - MyProject.Constants and seperate them all out into class files within the project so I can access them as MyProject.Constants.General, MyProject.Constants.Internet etc. etc. or is there a better way of doing this?
Thanks as always
Craftor
Just a quick question on best practices. I have a legacy VB6 project that I'm converting to C# 2.0. There are a lot of constants littered throughout the various VB modules - I would like to consolidate them into one central location.
Would it be a good idea to create a project - MyProject.Constants and seperate them all out into class files within the project so I can access them as MyProject.Constants.General, MyProject.Constants.Internet etc. etc. or is there a better way of doing this?
Thanks as always
Craftor