This course focuses on practicing the core TDD workflow: "Red-Green-Refactor." You'll write failing tests (Red), implement code to pass them (Green), and refactor while keeping tests passing (Refactor). No new concepts are introduced—just hands-on practice with various requirements to sharpen your TDD skills.
Overview
Syllabus
- Lesson 1: Test Driven Development with Swift and XCTest
- Lesson 2: Test Driven Development with Swift: Advanced Discount Function Requirements
- Lesson 3: Introduction to Test Driven Development with Swift: Building a Shopping Cart Module
- Lesson 4: Advanced Test Driven Development with Swift: Expanding the Shopping Cart Module
- Lesson 5: Expanding the Shopping Cart Module with Swift and XCTest