Back to explore

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 likesOpen on X