Awesome Jev:早期项目与用例清单
社区作者整理当时可确认的 Jev 项目,帮助已经获得 API 访问权限的开发者寻找实践方向。
开发者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.