-
Notifications
You must be signed in to change notification settings - Fork 50
Contribution Guidelines
Wilson edited this page Jan 27, 2018
·
13 revisions
In an attempt to keep the project readable for the majority of contributors, here are some guidelines to follow:
- When using LINQ, write it using method syntax only; Breaking it into multiple lines to improve readability.
- Avoid the use of anonymous types wherever possible.
- Styling is being controlled via .editorconfig which is supported by Visual Studio 2017.
- We are also using ReSharper to a moderate degree to keep our code clean and concise.