From bc6a89865dba5f2465724f7e2fb958b044f856fb Mon Sep 17 00:00:00 2001 From: Andrey Astakhov Date: Sun, 13 Mar 2016 13:35:41 +0100 Subject: [PATCH] Removed info about reducing visibility for private It makes no sense to reduce visibility of private methods as soon as it is minimal visibility. I removed this table line in order to not confuse readers. --- contributing/code/bc.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/contributing/code/bc.rst b/contributing/code/bc.rst index c3e80e29684..a51c825c45f 100644 --- a/contributing/code/bc.rst +++ b/contributing/code/bc.rst @@ -236,7 +236,6 @@ Change return type No Add private method Yes Remove private method Yes Change name Yes -Reduce visibility Yes Add argument without a default value Yes Add argument with a default value Yes Remove argument Yes