lorddev / coding-standards

Coding standards wiki with a focus on C#, as affected by StyleCop + Resharper
7 stars 1 forks source link

Develop high-level categories #1

Closed lorddev closed 12 years ago

lorddev commented 12 years ago

Need top-level categories in which we can add our new pages.

lorddev commented 12 years ago

How about:

Q: What's the difference between Standards and Style?

lorddev commented 12 years ago

"Always use curly braces for conditional statements. Never take the one-liner shortcut, as this is vague." is a standard. "Curly braces should always occur on a new line" is style.

The first standard can be enforced in both C# and JavaScript. The style will be different between the two languages.