Any .NET '#region directive' convention ideas ?
- by PaN1C_Showt1Me
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 predefined order of all regions) like:
Private Fields
Constructors
Class Properties
Event Handlers
etc...
Do you have any proposition how this division could look like (What regions have sense and what names should they have) and in which order should they be defined ?