LeeCampbell / HdrHistogram.NET

Port of the HdrHistorgram to .NET/C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create coding standards

LeeCampbell opened this issue · comments

To enable the community to contrubute to the repository in a consitent and predictable manner, it would be good if there was a set of standards for the project to adopt.

  • Which style of C# to use (e.g. StyleCop defaults vs Resharper defaults)
  • Expectation of XML documentation for public api
  • Test coverage and style expectations.
  • Platform support that is expected (.NET 20-4.5, Mono, Dnxcore etc?)

These expectation should be documented in the wiki

The next version of VS appears to allow you to get analyser rules via nuget.
It may be best to wait for this and adopt as appropriate from there.