How to evaluate problem areas you see in day-to-day development to assess whether they could be solved at a scale of your team/company or the whole community?
1 min readPublic
dsadsa
Subscribe to premium membership plan
Get access to all premium content and enjoy reading without any distraction Compare plan
Exhaustivity in the context of TCA tests means every test you perform has to replicate all the actions, state changes, and effects steaming from the first trigger you want to verify.
It leads to a code that has a lot of TDD anti-patterns. Let’s get into the details.
A lot has been written about improving Swift compile times, but the compiler and linker are just part of the equation that slows down our development cycle.
Most projects leverage great 3rd party tools like SwiftLint, Sourcery, SwiftGen, SwiftFormat and many more. Leveraging those tools is the right thing to
4 min readPublic
Subscribe to newsletter
Stay up to date! Get all the latest posts delivered straight to your inbox.