Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 332 Bytes

HowToPrepareYourCode.md

File metadata and controls

12 lines (7 loc) · 332 Bytes

How to prepare your code

Every file that contains code should have a file comment with the coding standards version that were used to create it.

/**
*
* @xdstandards v0.1
*/

There will be automated checks in the future which will then check if your code complies with the rules of that standards version.