Skip to content
MarkusKrug edited this page Apr 20, 2017 · 5 revisions

This page contains various helpful information relevent to the project

1.Developer information

1.1.Code Styling

To avoid further clutter here are some basic rules for any developer:

http://www.dofactory.com/reference/csharp-coding-standards

1.2.Code commenting

Usually code commenting that can be converted in C# is done using the triple slash \\\ instead of a double slash. Inside these comments it is advised to use <XML>Tags for the markup.

Information can be found here: https://msdn.microsoft.com/en-us/library/5ast78ax.aspx


Clone this wiki locally