Skip to content

Instantly share code, notes, and snippets.

@davidchambers
Created August 7, 2013 18:01
Show Gist options
  • Save davidchambers/6176697 to your computer and use it in GitHub Desktop.
Save davidchambers/6176697 to your computer and use it in GitHub Desktop.
Engineering values
  • avoid unnecessary state
  • favor pure functions over impure functions
  • functions should not have surprising side effects
  • give things meaningful names, and avoid aliases
  • don't swallow unexpected errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment