Quick demo of how to initialize your data structure with optional configuration parameters ... with sane defaults if left unspecified.
This functional config technique ...
- lets you write APIs that can evolve without pain
- provides meaningful configuration parameters
- makes it easy to set default settings
- makes it possible to set complex conditional values