
## General
- Use prefixes to as indicators, not suffixes. Instead of `state$` use `$state` or `_$state` if it's protected.

## Internals
- Synchronous updates.

