add conventions section

This commit is contained in:
Emile Clark-Boman 2025-12-14 14:35:15 +10:00
parent edb1b3d752
commit d3413b927f

View file

@ -1,3 +1,8 @@
# MyNib
**MyNib (My Nix Library)** is a mini lil library of utilities I find
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