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.

EdbertChan e378c9f 3 files · 3.8 KB Updated

File contents

EdbertChan/catstack/tree/main/corpus/skills/principle-separate-before-serializing-shared-state commit e378c9ff55

Frequently asked questions

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