DX overhaul — adding a slice should be like drinking water #59
Labels
No labels
bug
documentation
enhancement
investigation
nice-to-have
performance
production-ready
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ash/eskit#59
Loading…
Add table
Add a link
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?
Vision
Adding a state change slice, state view slice, or automation slice should be the simplest thing in the world. One-of-a-kind DX. If a new dev can't understand it in 5 minutes, we failed.
Current State
The order-system example is decent but could be simpler. Key friction points to audit:
Decider[S, C, E]is 3 type paramsGoals
State Change Slice (command → events)
Should feel like:
State View (events → read model)
Should feel like:
Automation (event → command)
Should feel like:
Acceptance