Speed up your Swift development with custom Xcode key bindings for automated refactoring. Learn which shortcuts I use, why they matter, and how to stay in flow.| Quality Coding
Did you know that Xcode behaviors can help change your behaviors as a developer? Xcode lets us adjust its behavior on certain actions. I like to keep my development workflow centered on running tests. What’s a good setup for a test-centric workflow? Here are the settings I use to keep tests at the forefront of my […]| Quality Coding
Learn how to overcome Xcode's slow test feedback and enhance your TDD workflow. Follow our steps to achieve faster test feedback, dropping from 47s to 1.6s.| Quality Coding
Do you use Xcode's "Unit Test Case Class" for new files? It's full of noise and waste. Go lean and save time by using my template instead.| Quality Coding