C#C
C#16mo ago
Beluga XD

Advice about file management in projects

Recently I have started trying to make my code cleaner and I started thinking about the structure of my project. I read and was following the rule that each class should be in a separate file. I applied it to interfaces, abstract classes. But what about enums, structs? They are mostly always not very big. May someone advise me an article or a book where I can read how project files should be managed please. Also, I would like to know more about the right way of splitting project files into different folders. Thank you very much for future response and your time.
Was this page helpful?