Ps 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.

gannonh deaa387 4 files · 3.2 KB Updated

File contents

gannonh/skills/tree/main/pstack-skills/skills/ps-principle-separate-before-serializing-shared-state commit deaa38754b

Frequently asked questions

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