488 B
488 B
Feature Implementation Workflow
- Understand the requirement and desired outcome.
- Inspect the relevant files, patterns, and data flows.
- Propose a short implementation plan for non-trivial work.
- Implement the smallest maintainable change that satisfies the requirement.
- Review for:
- correctness
- edge cases
- error handling
- compatibility with existing behavior
- maintainability
- Summarize:
- what changed
- why
- any follow-up considerations