Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 244 Bytes

File metadata and controls

5 lines (4 loc) · 244 Bytes

Refactoring Scope

  • Constrain scope tightly: do not modify unrelated files, themes, or settings 'while you're in there'.

Verification

  • For bug fixes, write the failing regression test FIRST and confirm it fails before applying the fix.