Abbreviations

DRY, YAGNI, TDD, SDD — and more. Add new ones via the GitHub link.

+ Add Abbreviation

How to add a new abbreviation

  1. Create a new .md file named after the abbreviation: MYABBR.md (e.g. FOMO.md).
  2. Front-matter — one required key:
    ---
    abbreviation: FOMO
    ---
  3. Add your answer(s), each as an H2 with the required metadata:
    ## Fear of Missing Out
    **Category:** psychology, marketing
    **Definition:** A feeling that others are experiencing something better than you.
  4. Categories are comma-separated tags; same names across files produce filter options.
  5. Save and rebuild; the entry appears alphabetically.