Nick Kaczmarek

This was a few weeks ago, but my wife made an amazing potato soup. I also added some pimento cheese and it was a phenomenal addition. Thanks to Bangin’ Vegan Eats for supply the pimento cheese.

Using protocol compositon for dependency injection by Krzysztof Zabłocki

I read an interesting article from Krzysztof Zabłocki today. It was about using protocol composition in Swift to handle dependency management. I’m not sure if I could use this at work but wanted to save this article for the future if I could. Essentially what he outlines is creating protocols that …

I don’t normally like to write negative posts, but something that is very frustrating is when the weather is finally nice enough to turn your air conditioning off and open all your windows and then someone is smoking cigarettes outside of your house. 🤢

Photo by Thomas Bennie on Unsplash

Xcode How To: Naming Your Tests

I noticed something that might be of interest to y’all. At one point I asked my team if the preference was to name test files as MyFileTests or TestMyFile. I’ve noticed that for test files that end with Tests you get this nice output in the Counterparts menu where the test and the …