Side Effects – true story bro
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
Functional Programming
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 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 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.