At work, we decided to switch from our current MVVM-C pattern to a VIP(-C) approach. It's not strictly implemented as suggested on...
I'm a developer. Even in my spare time, I don't build computers myself. I have a simple laptop without any customizations (besides DEV.to...
I like Test-Driven Development (TDD). It's a great idea to use tests to guide you through your development process. Just like the idea to end your day...
While navigating our app at work, I try to keep an eye on the debug output and find warnings about broken layout constraints. This happens from time...
Making flaky tests fail · Have you ever had a flaky test in your codebase? I did. Let me tell you, it isn't enjoyable. The main problem is (who would...
If it looks like a button and behaves like a button, then it probably should be a button · While writing another post for my accessibility series, I...