-
-
Notifications
You must be signed in to change notification settings - Fork 120
Chained state objects #414
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestnot ready - evaluatingCurrently gauging feedbackCurrently gauging feedback
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestnot ready - evaluatingCurrently gauging feedbackCurrently gauging feedback
Currently, we write a lot of:
What if instead, you could write more of:
In short, the proposal would be to allow extending the metatable of created state objects to include method calls to state object constructors that declare themselves as chainable.
In the future, this could lead to functional-style pipelines: