Take your development to the next level, eliminate your assumptions with Unit Tests

Intro to Test Driven Development (TDD) Using Swift and Xcode 12

Stub -> Fail -> Implement -> Test/Implement/Test Until Pass -> Refactor -> Test/Refactor/Test Until Pass -> Repeat

Kenny Dubroff
Dev Genius
Published in
11 min readJun 1, 2021

--

Don’t you wish you had an automated way to test your code every time you make a change? Good news! You do!

--

--

I’m a Full Stack iOS Developer with a passion for writing clean, reusable code.