Swift Tip: Refactoring a Private Method for Testability

May 27, 2020

Writing testable Swift code is an ongoing process, so much so that you could write a book about it, but yesterday I was reminded of a really great insight I read long ago in Working Effectively with Legacy Code about testing private methods...

Read more