Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Philosophy and Rules of Thumb

  • URLs are the source of truth, everything else is an optimization.
  • Explicit is better than implicit.
  • Prefer iteration to perfection.
  • The project structure must be intuitive.
  • Higher level testing takes precedence over unit tests. Unit tests are very important.
  • Fix bugs before features.
  • Do not accumulate tech debt.
  • No labels