Updated Coding style policy (markdown)

LogMANOriginal 2018-11-13 18:34:52 +01:00
parent f0da186194
commit 32225b2c86

@ -43,6 +43,8 @@ The following list provides an overview of all policies applied to RSS-Bridge. F
* [Use PascalCase for class names](Classes#use-pascalcase-for-class-names)
* [Do not use final statements inside final classes](Classes#do-not-use-final-statements-inside-final-classes)
* [Do not override methods to call their parent](Classes#do-not-override-methods-to-call-their-parent)
* [abstract and final declarations MUST precede the visibility declaration](https://github.com/RSS-Bridge/rss-bridge/wiki/Classes#abstract-and-final-declarations-must-precede-the-visibility-declaration)
* [static declaration MUST come after the visibility declaration](https://github.com/RSS-Bridge/rss-bridge/wiki/Classes#static-declaration-must-come-after-the-visibility-declaration)
* [Casting](Casting)
* [Do not add spaces when casting](Casting#do-not-add-spaces-when-casting)