返回探索

Jev Carry State:为下一次调用留下状态

开发者Tal Saiag分享了一种Jev使用模式:每次调用时故意留下少量状态,仅用于下一次Jev调用,并称之为“Jev carry state”。

One Jev pattern I’ve been playing with that I haven’t seen discussed much: each call deliberately leaves behind a small piece of state only for the next Jev call. I’ve started thinking of it as Jev carry state. I pass Jev the normal application state it needs to decide.

· 2 次赞在 X 打开