Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Coding convetions

Grzegorz Mrukwa edited this page Aug 7, 2017 · 3 revisions

General

It is important to remember to add a license header to each code file you create. Missing license headers do not pass the review.

Specific

List of used coding conventions:

  1. C++ coding convention
  2. C# coding convention
  3. JavaScript coding convention

Tooling

To enforce conforming to our coding standards in C#, we are using StyleCop.Analyzers. In C++ it may be done through JetBrains ReSharper C++. Students are eligible to apply for free, 1-year licence. As explained in the licence, point 3.1.A.i, it may be used for this non-commercial, educational project, which includes academic research.