Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Src/Guidelines/2400_LayoutGuidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ Maintaining a common order allows other team members to find their way in your c
7. Public Properties
8. Other methods and private properties in calling order

Declare local functions at the bottom of their containing method bodies (after all executable code).

### <a name="av2407"></a> Be reluctant with `#regions` (AV2407) ![](images/1.png)
Regions can be helpful, but can also hide the main purpose of a class. Therefore, use `#regions` only for:

Expand Down