Slide 19
Slide 19 text
Whiteboarding
1. Write the spec
a. Clarify problem, assumptions
b. “Given a deck of cards, expect the same cards in a
pseudo-random order, assuming cards are a string
array”
2. Propose a naive solution
3. Implement it
4. Validate against the spec