Swift Test Doubles Spy Stub Dummy Fake Mock
Unit testing is most effective when the unit tests are deterministic. And by deterministic means, the…
Unit testing is most effective when the unit tests are deterministic. And by deterministic means, the…
In the Swift world, Generic is a very powerful tool the same way protocol is. In…
On our Xcode Snippets talk, we introduce the term Sloths Speed Coder. None of us want…
Dependency Injection may seems like a fancy term. But the term is very accurate to describe…
Here we are, finally we have the Dependency Inversion on Swift through Protocol talk. On our…
Hmm interesting topic. The D of SOLID. No doubt SOLID has been a major development principle…
You ask any Swift lover, which features you love most on Swift. No doubt; it will…
As we have learned on our last blog post that, Inheritance is the starting point of…
It all start with resolving the code duplication issue. The concept was pretty straightforward. Write the…
This will be the last talk about closure on the closure blog post series. On the…