-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Martijn Hemeryck edited this page Apr 15, 2017
·
6 revisions
Welcome to the pycoda wiki!
To continue:
- Record-level factories: for each record, we should:
- define and set properties (getters / setters)
- use those properties in a factory
- add
BooleanField
to replace some of the existing record fields - cleanup of record constructors (we should not use these anyway)
- validators? We do not have these right now:
- record level: allowed values
- coda-level: consistency between records, correct order preserved, ...