Skip to content

Instantly share code, notes, and snippets.

@frohoff
Last active May 10, 2016 20:54
Show Gist options
  • Save frohoff/2da9027ae466450188d95d43528a5a9f to your computer and use it in GitHub Desktop.
Save frohoff/2da9027ae466450188d95d43528a5a9f to your computer and use it in GitHub Desktop.
Commandments
  • Thou shalt place time/space/resource constraints on all otherwise open-ended operations
    • eg: timeouts, result counts, input sizes
  • Thou shalt strive to measure any quantitive values that can vary over time or across samples
    • eg: response times/counts, error counts,
  • Thou shalt not accept, store, transmit, or display a numerical value without its respective units or context
    • eg: timezones, metric/binary prefixes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment