Slide 11
Slide 11 text
Test Driven Development in Playground
To build faster at every iteration
Unit Tests / TDD are best to verify logic
> Unit Test the framework in playground for
interactive environment
> Move to test target for CI after completion
Write Failing Test
Make It Pass
Refactor