“if let” considered harmful
The title is a ripoff of an old classic paper “go to statement considered harmful“. It’s a short read and a good one. The goal… Read More »“if let” considered harmful
The title is a ripoff of an old classic paper “go to statement considered harmful“. It’s a short read and a good one. The goal… Read More »“if let” considered harmful
This post is inspired by true pull request đ A long time ago during one of many code reviews. One developer in the body of… Read More »Side Effects – true story bro
Photo by Dean Brierley on Unsplash There is no such thing as free lunch. In programming, there is no such thing as the best choice.… Read More »Less Noisy Composition with Operators
Photo by Danielle MacInnes on Unsplash I donât know how about you but I use Xcode Playgrounds to almost everything! It doesn’t matter if it’s… Read More »Swift Package in Xcode Playground
Photo by Damon Lam on Unsplash Intuitively we all know what composition is. Just take a look at a painting and different pieces are combined in a way… Read More »Composition is better than inheritance. Why?
Photo by Lachlan Donald on Unsplash When working with Git and Jira (or any other issue tracker) sooner or later there comes a need to prefix git commit… Read More »Jira ticket in Git commit message on OS X
Photo by Gary Butterfield on Unsplash This has started as a code review comment at work and a comment from my colleague that I should make a package… Read More »Optional API for Swift Optional
Photo by Patrick Tomasso on Unsplash This is something that happened to me at work. During a code review I have stumbled upon a piece of code that… Read More »Sub stuff
It’s time to remove some magic regarding operators. It’s also time to stop fearing them and start treating them as just another tool. They have… Read More »Swift Operators
I do hope you have big patience because I will start slow. It will like a tutorial on how to draw an owl. But I’m… Read More »Nil is a lie. In Swift. Well kind of… let me explain.
We need to start somewhere. Set a tone for things to come. I would like to say that good things await us. We will learn,… Read More »First