Unverified Commit 076cb7de by Leo Arias Committed by GitHub

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

parent da67e435
......@@ -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.
```
......
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