From 32225b2c86617b8fd05f871a9609ba72d5f20b0f Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Tue, 13 Nov 2018 18:34:52 +0100 Subject: [PATCH] Updated Coding style policy (markdown) --- Coding-style-policy.md | 2 ++ 1 file changed, 2 insertions(+) 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)