...
...
...
...
...
...
Page Properties | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||
|
...
As a follow-up to The New Layout for all SIMP Modules
Option 1: Separate Prefixed Variables
Examples:
...
|
---|
...
Option 2: Separate Name-Spaced Variables
Examples:
...
|
---|
...
Option 3: Name-Spaced Hash of Options
Examples:
...
simp::options:
|
---|
Pros:
...
Cons:
- Individual elements within a Hash are awkward to modify or override
- class parameters
- deep merge or replace?
...