Tagged Questions
4
votes
3answers
162 views
Moving constants to a separate assembly
I have a project which utilizes many global constants. Eventually I am planning to extract some parts of the program and create assemblies of its own.
Is it worthy (or is it possible?) to create an ...