This course introduces Test-Driven Development (TDD) for Swift projects, covering the Red-Green-Refactor workflow, TDD mindset, and setup with XCTest. Learn best practices like SOLID principles and dependency injection, and explore TDD's impact on code quality and speed compared to traditional approaches.
Overview
Syllabus
- Lesson 1: Introduction to Test-Driven Development with Swift and XCTest
- Lesson 2: Generalization in Test-Driven Development with Swift and XCTest
- Lesson 3: Adopting a Test-Driven Development Mindset with Swift and XCTest
- Lesson 4: Setting Up a Swift Testing Environment with XCTest on Ubuntu
- Lesson 5: Managing Dependencies in TDD with Swift and XCTest
- Lesson 6: Introduction to the AAA Pattern in TDD with Swift and XCTest