It’s rare that you juggle with bits and bytes in Swift because of its neat static type system. Most of the time, you don’t care what’s under the hood – you just work with classes, structs, and enums or primitive types like Int, Float or String. But sooner or later, almost every Swift developer gets […]
Author: Mischa Hildebrand
Going Remote:
A Template for Organizing Your Team
Facing the Corona virus, many companies around the globe need to switch to remote work right now. While this is required by law in some places, we see it as our social obligation towards society. Doing home office for a couple of weeks or months won’t kill us – but if we refrain from doing […]
Code Reviews Done Right:
Your Missing Guideline
“Your code sucks!” – It’s usually not what the reviewer said, but that’s how we perceive it sometimes when our code is being reviewed. We feel challenged or even provoked. Our pride is at stake! So we either begin lengthy discussions to defend ourselves or we blindly adapt the code for the sake of friendship and […]