Data definition with simple types #1
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Research
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No project
No assignees
1 participant
Notifications
Total time spent: 19 hours 48 minutes
Due date
c.fahner
19 hours 48 minutes
No due date set.
Dependencies
No dependencies set
Reference
slendium/ocd#1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Provide interfaces that define the shape of entities (ie. the schema).
Data definitionto Data definition with built-in typesOnly basic types (
string|float|int|bool|null) for the first iteration. Defining an entity should require as little typing as possible. Schema is produced by reflecting over the constructor parameters.Data definition with built-in typesto Data definition with simple types