Section

Daily Development

9 handbook pages

Bug Fix Workflow 02-daily-development/bug-fix-workflow Bug Fix Workflow Bug Fix Workflow Overview Bug fixing is the repeatable process of finding the cause, applying the minimum safe fix, and ver... Code Review 02-daily-development/code-review Code Review Code Review Overview Code review is a quality gate and a knowledge sharing loop, not just a pass/fail check. Why It Matters Revi... Debugging 02-daily-development/debugging Debugging Debugging Overview Debugging is the disciplined process of finding where a system diverges from expected behavior and fixing the r... Documentation 02-daily-development/documentation Documentation Documentation Overview Documentation captures decisions, usage, and operational context so the team does not need to rediscove... Error Codes 02-daily-development/error-codes Error Codes Error Codes Overview HTTP and runtime errors are signals about which layer failed and what to inspect next. Why It Matters Corre... Feature Development 02-daily-development/feature-development Feature Development Feature Development Overview Feature development is the end to end process of taking an idea from intent to shipped beha... Git Workflow 02-daily-development/git-workflow Git Workflow Git Workflow Overview Git workflow is the sequence for branching, committing, reviewing, and merging work safely. Why It Matter... Pull Requests 02-daily-development/pull-requests Pull Requests Pull Requests Overview Pull requests package a change so others can review, test, and ship it safely. Why It Matters A good PR... Technical Debt 02-daily-development/technical-debt Technical Debt Technical Debt Overview Technical debt is the cost of choosing a faster path today that makes future change harder. Why It Ma...