Coding
Last updated
Was this helpful?
Last updated
Was this helpful?
Example Question:
Make assumptions
If they tell you are taking input from STDIN, start by just taking input from a string.
Write example cases as comments, or part of the code execution. This gives discussion points.
Explain assumptions about validity of input
Create an assert
function, which takes in the expected
result given an input
. See or