Jon Reid @qualitycoding.org · Feb 28

I'm starting a new iOS app, and feel like I already have several things to blog about. But first, a micro-blog: - I want the Swift Package to contain all non-UI code. - Incredible feedback speed compared to testing in iOS simulator! - Many think "unit tests" means each type needs a test file. Nope.

6 likes 1 replies

?

Replies

Jon Reid · Feb 28

- Nullables greatly improve the design and ease of testing. - OutputTracking is a new package I'm releasing to make it easier to adopt the Nullables pattern language in Swift. - Prompt: "Examine all test names. Where can they be improved to express domain ideas instead of programming terminology?"