Coding Conventions
To keep the code clear and readable, the code should be consistent. Please use these rules when submitting code.
-
Methods, properties, classes should all start with upper-case letters. See the .NET naming conventions (see .NET Naming Guidelines)
-
Avoid ? : operations in all but the most trivial cases.
-
Avoid assignment in conditionals, extract to method instead.
-
-
Make the code so simple that it's boring to read.
-
Use 4 space indents instead of tabs.
-
Open braces ({) are on the same line as the construct in all cases including classes and methods (Visual Studio has an option to allow this).
-
Always use braces ({ }), even if a statement is a single line.
Be consistent, look at the existing code and make yours fit it.
|
|
Release of WixEdit v0.7.5 2011-03-18 11:49 - WixEdit WixEdit v0.7.5 fixes a lot of small bugs.
Thanks for reporting bugs and please keep giving feedback.
Read More » Site news archive »
Tracker
- Bugs
( 3 open / 93 total ) Bug Tracking System
- Patches
( 0 open / 4 total ) Patch Tracking System
- Feature Requests
( 32 open / 84 total ) Feature Request Tracking System
Mailing Lists ( 3 mailing lists )
Released Files
Last update:
May 17, 2013 08:41 UTC
Jasper Keuper
()
Web Statistics
|
|