Skip to main content
G12 SUPER GIO
123
02
PRACTICE MISSIONdecomposition, algorithms, data, testing, and iteration

decomposition, algorithms, data, testing, and iteration

NEW EVIDENCENEW EVIDENCE

Test an edge case

Function returns average of a list. Tests cover [2,4] and [5]. Production receives [].

  1. Empty input creates division by zero or undefined behavior.
  2. Apply the method to this new case and check the strongest alternative.

What should specification and test add?

MODELAlgorithm Build Board
BUILD
PROVEChoose with evidence
CLUE

Pause. Find what matters. Then make your move.