mirror of
https://github.com/flancian/garden.git
synced 2026-08-01 12:06:18 +00:00
202 B
202 B
append only
- a property
- wp https://en.wikipedia.org/wiki/Append-only
- existing data is immutable, but you can append new data to it
- goes well with functional programming