Back to explore

Jev Carry State: Leaving State for the Next Call

Developer Tal Saiag shares a Jev pattern: each call deliberately leaves a small piece of state only for the next Jev call, which he calls '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 likesOpen on X