Skip to content

Developer Information

MarkusKrug edited this page Apr 20, 2017 · 4 revisions

1.Developer information

1.1.Code Styling

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

C# 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: XML Document Markup

If you need a cheatsheet as for which tags can be used you can referto the Cheat sheet

Clone this wiki locally