-
Notifications
You must be signed in to change notification settings - Fork 1
Coding Guidelines
Anthony Sneed edited this page Jan 5, 2016
·
2 revisions
Rather than reinventing the wheel, we can use generally accepted coding guidelines
The following repositories contain coding style guidelines for the following languages:
-
CSharp: Based on engineering guidelines from Microsoft ASPNET
-
JavaScript: Fork of the Airbnb JavaScript style guide
-
TypeScript: Based on naming and style guides from Microsoft TypeScript
-
JavaScript Testing: Based on John Papa's Angular Style Guide