Improving Swift Unit Tests with Objective-C

Published: Fri, 03/24/17

 
View Online
 
 
Improving Swift Unit Tests with Objective-C
cleanswifter.com
 

Did you know that improving Swift unit tests with Objective-C is something that is actually possible? Yes, it is, specifically when writing unit tests for legacy Objective-C code. One common definition of legacy code is “code without tests..” A different definition of “legacy code” that might resonate with iOS app engineers is any code written … Continue reading "Improving Swift Unit Tests with Objective-C"

The post Improving Swift Unit Tests with Objective-C appeared first on cleanswifter.com.