| View previous topic :: View next topic |
| Author |
Message |
Braneloc Site Admin

Joined: 06 May 2006 Posts: 9
|
Posted: Sat Oct 07, 2006 4:06 am Post subject: Code Contributers - IMPORTANT Please read |
|
|
Please post your contributions here if you don't have write access to SVN.
Please mark any posts clearly with filename, description, and what the heck we are supposed to do with them
If you are posting code fragments, please post them as an entire method complete with XML comments, makes things much easier to manage. _________________ Sometimes you've just gotta say, the laws of time and space, who gives a smeg ?!
Last edited by Braneloc on Sat Oct 07, 2006 4:33 am; edited 2 times in total |
|
| Back to top |
|
 |
Braneloc Site Admin

Joined: 06 May 2006 Posts: 9
|
Posted: Sat Oct 07, 2006 4:07 am Post subject: |
|
|
As per .NET conventions:
We are using camelCase for field/variable/parameter names throughout.
We are using PascalCase for methods/properties/classes/etc
We are not using hungarian notion or any other wierd naming stuff
We are not using prefixes for variables/fields
We are using properly descriptive names wherever possible
We are using XML commenting as much as possible
We are commenting changes to orignal code and similar
We are putting variables near the top of the class file so we can find them easily
We are using #region to group stuff together
etc. _________________ Sometimes you've just gotta say, the laws of time and space, who gives a smeg ?! |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group

|