Skip to main content
Kelvas blog
  1. Tags/

unit test

2021


Swift : Async unit tests

·481 words·3 mins
In software development there is one thing that is difficult to achieve : quality. Anyone can code but few are able to code good software. When I say good I mean robust, stable and malleable according to the necessary evolutions. But to guarantee such a quality you need tools. Beyond the timeless design pattern, debugging tools or other, there are especially unit tests. Of course making an iOS application in Swift is no exception to the rule.