The Nature of Global Catalysts in SIMP 6
Background
As a follow-up to The New Layout for all SIMP Modules
Option 1: Separate Prefixed Variables
Examples:
|
---|
Pros:
Cons:
Option 2: Separate Name-Spaced Variables
Examples:
|
---|
Pros:
Cons:
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?
Action items