diff --git a/Coding-style-policy.md b/Coding-style-policy.md index 261d3e2..6f0da50 100644 --- a/Coding-style-policy.md +++ b/Coding-style-policy.md @@ -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)