Files
Claude-Code-Workflow/.ccw/personal/coding-style.md
catlog22 663620955c chore: update commands, specs, and ccw tools
Update DDD commands (doc-generate, doc-refresh, sync), workflow commands
(session/sync, spec/add, spec/setup, spec/load), ccw specs, personal
preferences, and add generate-ddd-docs tool.
2026-03-09 23:20:39 +08:00

550 B

title, dimension, category, keywords, readMode, priority
title dimension category keywords readMode priority
Personal Coding Style personal general
style
preference
optional medium

Personal Coding Style

Preferences

  • Describe your preferred coding style here
  • Example: verbose variable names vs terse, functional vs imperative

Patterns I Prefer

  • List patterns you reach for most often
  • Example: builder pattern, factory functions, tagged unions

Things I Avoid

  • List anti-patterns or approaches you dislike
  • Example: deep inheritance hierarchies, magic strings