Slide 10
Slide 10 text
Test Driven Development in Playground
To build faster at every iteration
Write Failing Test
Make It Pass
Refactor
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