project summary
download
documentation
developers
license
contributors
sites
|
Developer Guidelines
All developers are welcome to contribute to Photo Room. Our only request is
that you follow this list of general development guidelines. Programmer
creativity and style is important but please keep these guidelines in mind as
consistency within the project is also important.
-
Developers should follow the
design guidelines published by Microsoft for .NET development.
This include the recommend
naming convention.
-
All public classes, methods, and properties should be documented within the
code using the C# documentation feature. NDoc
will be used to generate programmer documentation. This documentation will be
more meaningful if all public code is documented by the prorgammer.
-
Remain consistent in style when modifying existing code. This will increase the
readability and maintainability of the code.
-
When committing changes to CVS, provide a comment describing the purpose of the
change.
|