Tagged Questions
2
votes
11answers
581 views
Any .NET '#region directive' convention ideas?
I really appreciate the possibility to define regions in your code, as it improves the readability insanely.
Anyways, I'd like to have everyone using the same convention in all classes (with the ...
2
votes
6answers
1k views
how to organize the code similar to #region/#endregion in .NET?
While the code is growing big it is getting harder and harder to keep everything well organized. One thing I liked very much the time I developed in .NET was #region/#endregion which enabled to ...