Skip to content

Code style

Eugene Fox edited this page Sep 20, 2024 · 1 revision

This article contains a set of rules and guidelines that you should follow when working on an issue.

This project adopts official C# Coding Conventions and C# identifier names guidelines provided by Microsoft with few minor additions:

  • Use tabs, not spaces.
  • Use LF file separators (UNIX style).
  • Place an empty line in the end of a file.

There are some key points as well, that are good to keep in mind:

  • Prioritize readability over performance.
  • More comments is better.

Tip

This repository has additional configuration files that contain some formatting rules and recommended extensions for VS Code editor. So, it is recommended to use VS Code editor during the development, since in this case it will be easier to follow these guidelines.

Clone this wiki locally