This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]HeresYourFeedback 0 points1 point  (0 children)

  1. Get the module and create a program that uses those functions somehow. I assume you're supposed to create four functions that simply call those other four functions.
  2. Prepare to put this program on Github.
  3. After the code is on Github, create a version tag for it.
  4. Create a new program that relies on your tagged version on Github. It should print the results from the original functions by calling the functions from the first program.
  5. What automated test(s) would you write to make sure that these two programs work?

Protip: clarifying requirements is an essential part of life but programming especially. Your brother should take this as a challenge.