Mastering Unit Testing in Swift

1 Episode

Episode 1

05:14

Are You Writing Unit Tests

Swift is a type-safe, statically typed language, which means that the compiler checks your code for type errors at compile time. Put simply, you are not able to release your application if your code contains even a single type error. That is a good thing.