I am training a junior and outside-in #TDD is a great helper in that because it
frames the current task so they can focus on the implementation itself and not
spend too much energy on fighting the test runner, or learning ~100 assertion
methods.
1 reply
With reasonably small tasks this gives them the same satisfaction as inside-out
TDD and teaches them the value of getting clarity about the task at hand.