Whats the best practice to organise your code - e.g. if you have an abstract class and its derived classes - do you seperate each of your classes into their own class file (foo.cs) or do you keep them all in the same physical cs file??
I would have thought it could get cumbersome to have to naviagate to lots of different cs files in your project just to find the class you are after??
Your thoughts and ideas are welcomed.
I would have thought it could get cumbersome to have to naviagate to lots of different cs files in your project just to find the class you are after??
Your thoughts and ideas are welcomed.