Contribution Guidelines - IcySon55/Kuriimu GitHub Wiki

In an attempt to keep the project readable for the majority of contributors, here are some guidelines to follow:

Code

  1. When using LINQ, write it using method syntax only; Breaking it into multiple lines to improve readability.
  2. Avoid the use of anonymous types wherever possible.

Style

  • 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.