Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 443 Bytes

readme_techdebt.md

File metadata and controls

12 lines (9 loc) · 443 Bytes

Technical debt: Things I'd like to improve once they're up and running.

See https://en.wikipedia.org/wiki/Technical\_debt

  1. Anything marked HARDCODED
  2. Anything marked REFACTOR
  3. Anything marked DRY
    • Especially table columns.
  4. Specific hacks (possible ticking time bombs):
    • In the pandas gdelt helper see: usecols=range(0, n),. FIXED
  5. A pandas issue that I've saved locally (not in repo) in __archive/pandas-weird.txt.