loathers / grimoire

Apache License 2.0
3 stars 8 forks source link

add potentially-effectful cleanup actions to an outfit's `dress` #91

Closed horrible-little-slime closed 1 year ago

horrible-little-slime commented 1 year ago

This will probably need to be modified to better match kas's vision, but this is just a bullet point proposal for how to set things up.

Kasekopf commented 1 year ago

I like this idea for attaching some prep/cleanup to an outfit. I think beforeDress and afterDress also need corresponding optional properties on OutfitSpec, and also .clone() and .spec() should be updated.

Kasekopf commented 1 year ago

Thanks!