teaching-app-dev-swift
teaching-app-dev-swift copied to clipboard
Level 5 project for unit testing, ui testing
We need a level 5 (?) project that focuses on unit testing and ui testing. Perhaps with a pre-built app with a failing test, and a new feature that requires writing a test first, etc.
Yes, even better unit test should be implemented as early as possible. i feel all the lessons and level should be TDD. Its okay if we introduce it later, but every code should have a test for it.
@bishalg this reminds me of a "dream" idea. What if every lesson in the curriculum was test-driven? For example, a student would know that they met the requirements for a particular lesson when the test suite passes. I'm looking forward to exploring this once Xcode 7 is out of beta.
:+1: