Hi 👋
I recently found this gem https://github.com/adomokos/light-service and one thing I liked was the fact that you can specify what's expected from the context and what will be set on the context.
class LooksUpTaxPercentageAction
extend LightService::Action
expects :order
promises :tax_percentage
I've been doing delegate calls to mimic the expects functionality, I have nothing for the promises.
Is that something you would welcome a PR for?
Hi 👋
I recently found this gem https://github.com/adomokos/light-service and one thing I liked was the fact that you can specify what's expected from the context and what will be set on the context.
I've been doing
delegatecalls to mimic theexpectsfunctionality, I have nothing for the promises.Is that something you would welcome a PR for?