Skip to content

Commit

Permalink
Update best-practices.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 authored Aug 9, 2017
1 parent e789fac commit 3b58e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

* When some property has changed in order to update the view.
- `self.state` contains state properties of the module. These properties are either given from the parent through `òpts` or   computed during the life of the object.
- `update(state)` allow the parent to update some of the state properties.
- `update(state)` allow the parent to easily update some of the state properties.
- for all functions / properties, prefixing by underscore (`_`) means the scope is private.
- look them up, discuss them, update them.

Expand Down

0 comments on commit 3b58e5b

Please sign in to comment.