Coding Standard
From World Wind Wiki
(Difference between revisions)
Revision as of 12:28, 13 February 2005 (edit) 24.1.67.88 (Talk) (→External links) ← Previous diff |
Current revision (15:30, 28 June 2005) (edit) (undo) Mashiharu (Talk | contribs) m |
||
Line 1: | Line 1: | ||
.... | .... | ||
- | ==FxCop== | + | ==Rules== |
+ | |||
+ | We have agreed to use [http://www.idesign.net/idesign/download/IDesign%20CSharp%20Coding%20Standard.zip IDesign C# Coding Standard]. | ||
+ | |||
+ | ===FxCop=== | ||
'''FxCop''' is a code analysis tool that checks .NET managed code assemblies for conformance to the Microsoft .NET Framework Design Guidelines. | '''FxCop''' is a code analysis tool that checks .NET managed code assemblies for conformance to the Microsoft .NET Framework Design Guidelines. | ||
Current revision
....
[edit] Rules
We have agreed to use IDesign C# Coding Standard.
[edit] FxCop
FxCop is a code analysis tool that checks .NET managed code assemblies for conformance to the Microsoft .NET Framework Design Guidelines.
World Wind should pass with FxCop's default settings except for the following:
- ...
- ...