Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.48 KB

DEBT.md

File metadata and controls

43 lines (30 loc) · 1.48 KB

Debt log

A log used to keep track of this projects technical debt. For more information please see our technical debt process documentation.

How to add an item:

  1. Add an item to the priority table below
    • ID should be derived from the Next debt identifier counter below. eg. DEBT-123
    • Add creation date (dd/MM/yy)
    • Add brief summary
    • Add author (full name)
  2. Increment the Next debt identifier counter in this doc so the next person has a unique ID and doesn't reuse a past ID.
  3. Add inline code comments for which the debt affects with reference to item ID. eg.
// TODO(DEBT-123): Need to replace outdated crypto lib
badcrypto.encrypt(privateData);
  1. Once the debt item has been resolved, remove item from table and all inline comment references. Also, when a debt item is removed, the Next debt identifier counter does not change, it is only ever incremented. This is to make sure they are always unique and never get reused.

Next debt identifier

DEBT-001

High Priority

ID Date (dd/MM/yy) Author Summary

Med Priority

ID Date (dd/MM/yy) Author Summary

Low Priority

ID Date (dd/MM/yy) Author Summary