mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-15 16:34:39 +02:00
Updated Coding style policy (markdown)
parent
f0da186194
commit
32225b2c86
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue