Explorar el Código

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

Leo Arias hace 7 años
padre
commit
076cb7decd
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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.
 
     ```