-
Notifications
You must be signed in to change notification settings - Fork 2
Draft Proposed Structure [WIP]
Johannes Terblanche edited this page Feb 10, 2020
·
2 revisions
- Should only depend on lower down structs
- Should be testable as units
- Struct
- Constructors
- Accessors
- Struct
- Constructors
- Accessors
- Struct
- Constructors
- Accessors
- Struct
- Constructors
- Accessors
- Struct
- Constructors
- Accessors
- Struct
- Constructors
- Accessors
- Struct
- Constructors
- Accessors
- CRUD, Set opperations, lists, sort, etc.
- The basic API recomended for most users
- CRUD/SET, eg. get/set/update/list/merge
- wrappers of the form verb...(fg, key, [value]) = verb...(getVariable(fg,key), [value])
- CRUD/SET, eg. get/set/update/list/merge
- CRUD/SET, eg. get/set/update/list/merge
- CRUD/SET, eg. get/set/update/list/merge
- CRUD/SET, eg. get/set/update/list/merge
- additional functions, exist, isVariable
- Generated and standard compare functions
- to be overwritten if needed.
- if possible use
@deprecate
and add comment of what version.