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.

patinaproject 495be3a 1.6 KB Updated

File contents

patinaproject/skills/tree/main/plugins/engineering/skills/principle-separate-before-serializing-shared-state commit 495be3ac08

Frequently asked questions

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