# 3. Design Philosophy πŸ›‘

  • 💾 Soft-deletion only β€” desks and rooms are never fully deleted
  • 💡 Pre-validation of all inputs
  • 📦 Reversible operations β€” metadata snapshots, test cleanup
  • 🔒 Never destroys without confirmation
  • 🔄 Project-wide refactor hygiene β€” all renames and modularisation are performed project-wide, with automated updates to all references and documentation to prevent legacy issues.