Skip to content

Instantly share code, notes, and snippets.

@mackenco
Created October 25, 2015 02:03
Show Gist options
  • Save mackenco/97b7af373553a22ef3df to your computer and use it in GitHub Desktop.
Save mackenco/97b7af373553a22ef3df to your computer and use it in GitHub Desktop.
I want to write a function that converts meters to feet.
1. Let's discuss before typing. What are the inputs and outputs to the function?
2. What's the formula to convert a meter to a foot?
3. What's an appropriate name for our function?
4. We've completed the prep work. Let's write the function together.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment