Posted By sage on 06/20/2008 7:49 PM
What are the layout rules here?
I personally like to put code in logical groupings. I usually start with:
- Member Variables
- Constructors
- Properties
- Public Members
- Private Members
But, I will group them differently if the previous list gets too tedious. |