Lack of ABI stability, slow compile times, poor Xcode support, and more hold Swift back... (more…)
Read more »
Introducing the awesome open source Swift projects released on GitHub🌟... (more…)
Read more »
Unlike the Black Box test we previously looked at, where the inner workings of the subject under test are hidden, in a White Box test, we are able to peer into the test using “spies” (I… (more…)
Read more »
At GoogleCast, we migrated a reference iOS app to Swift using an app, compiler, simple rules and a linter. Here’s what we learned. (more…)
Read more »
Ever wondered how a method call in Swift works? Seems pretty simple that you define methods and somehow magically during runtime, the method calls work even though there are so many things to take… (more…)
Read more »