I do want to say that doing “update-in-place” things is in our radar. I hope that zeta will introduce those things. Hopefully our implementation strategy will make it easier to introduce those sorts of things quickly.
Update in place is really useful for what I'm doing. I want to say things about context, but only replace a singular part, or append after it.
Yeah, there are really great uses of it and that is why we want to support it in a more first class way. Strategies can do a lot of it, but not like what I’d want.
Update in place is definitely strategy territory.
Well, at least, at the moment.