Преглед на файлове

Add a code style rule to make all state variables private (#1390)

Leo Arias преди 7 години
родител
ревизия
076cb7decd
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      CODE_STYLE.md

+ 2 - 0
CODE_STYLE.md

@@ -16,6 +16,8 @@ Any exception or additions specific to our project are documented below.
 
 * Try to avoid acronyms and abbreviations.
 
+* All state variables should be private.
+
 * Private state variables should have an underscore prefix.
 
     ```