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.