Golang Ddd Refactor

Refactor existing Go code toward a behavior-first, invariant-protecting domain model. Use when business rules live in handlers or repositories, shared structs couple DB and API models, entities expose setters or mutable public fields, or a service needs domain methods, constructors, private state, repository update closures, and focused domain tests. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/joeyave--golang-ddd-skills--golang-ddd-refactor commit 661fffc143

Frequently asked questions

npx skillmds@latest add tomevault-io/golang-ddd-refactor