add conventions section
This commit is contained in:
parent
edb1b3d752
commit
d3413b927f
1 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
# MyNib
|
# MyNib
|
||||||
**MyNib (My Nix Library)** is a mini lil library of utilities I find
|
**MyNib (My Nix Library)** is a mini lil library of utilities I find
|
||||||
myself frequently rewriting.
|
myself frequently rewriting.
|
||||||
|
|
||||||
|
|
||||||
|
## Conventions
|
||||||
|
1. "private" attribute set values: start and end with underscores, ie `MyType._value_`
|
||||||
|
2. Modules: use the `useMod` and `mkMod` nib provides
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue