Version 2, last updated by sethillgard at June 22, 2009 01:22 UTC
Code conventions
We will be using C# as the main development languuaje. So Normal C# code conventions apply.
Since isual C# will be our default editor, we need to stick with the ugly XML /// comments. Doxygen is not an option because Visual C# have no support for those. Code hinting is a valuable resource and XML comments is the only way I see to get it.