-
Notifications
You must be signed in to change notification settings - Fork 4
Consider entirely removing the configuration #26
Copy link
Copy link
Open
Description
(WIP: still expanding on my thoughts in this issue)
made sense with contextual options
- in general
- The options were useful, and originally necessary for the functionality provided by their scopes, but with Expose state/functionality in
ParameterizeScope, instead of just from configuration handlers #25 implemented, the same functionality can be found in theParameterizeScope
- The options were useful, and originally necessary for the functionality provided by their scopes, but with Expose state/functionality in
- decorator
- Awkward now that parameterize is inline, requiring the decorator to suspend
- Easy to match functionality by wrapping
parameterizewith a specialized function- Which is more flexible & powerful
onFailure
Removing the configuration would also mean the block can be marked as callsInPlace. It can't currently because it's wrapped in a try-catch, but since the default parameterize effectively doesn't catch at all, meaning the try-catch could be removed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels