Dto Mapping

Use when designing DTOs / request-response models / commands, or mapping between them and domain objects — at the API edge or any boundary. Catches leaking ORM/domain entities to clients, over-posting/mass-assignment, behavior creeping into DTOs, and mapping logic scattered through controllers/services. Technology-agnostic.

zap-coding-agent Updated

File contents

zap-coding-agent/awesome-skills/tree/main/dto-mapping commit 056706c88f

Frequently asked questions

npx skillmds@latest add zap-coding-agent/dto-mapping