adomokos / light-service

Series of Actions with an emphasis on simplicity.
MIT License
837 stars 67 forks source link

`delete` method #21

Closed padi closed 11 years ago

padi commented 11 years ago

Referencing https://github.com/adomokos/light-service/issues/9

The use case: In a LS::Action, I want to delete some unused values inside context before handing it off to the next action in sequence. context can get very messy

e.g. If there are 10 actions and each adds a key-value pair in context, by the 10th action, there's at least pairs, not all of which are used at all.

adomokos commented 11 years ago

I never had the need of deleting values from the context. Can you provide a clear use case for this? Thank you!

adomokos commented 11 years ago

I am proposing closing this issue.

padi commented 11 years ago

closing due to #25