Commit 5e82a64a by Leo Arias Committed by Leo Arias

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


(cherry picked from commit 076cb7de)
parent 3266de1b
...@@ -16,6 +16,8 @@ Any exception or additions specific to our project are documented below. ...@@ -16,6 +16,8 @@ Any exception or additions specific to our project are documented below.
* Try to avoid acronyms and abbreviations. * Try to avoid acronyms and abbreviations.
* All state variables should be private.
* Private state variables should have an underscore prefix. * Private state variables should have an underscore prefix.
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment