Principle Separate Before Serializing Shared State

Apply when concurrent actors might write to the same file, branch, key, or state object. Eliminate the sharing first; serialize structurally only when one shared writer is a real invariant.

backnotprop Updated

File contents

backnotprop/pstack/tree/main/skills/principle-separate-before-serializing-shared-state commit 523591e0a1

Frequently asked questions

npx skillmds@latest add backnotprop-pstack/principle-separate-before-serializing-shared-state