Soon after Swift was initially open sourced, I wrote an article about how weak references are implemented. Time moves on and things change, and the implementation is different from what it once was. Today I'm going to talk about the current implementation... (more…)
Read more »
A Swiss biotech firm says it has the formula for getting a Covid-19 vaccine to patients by October. (more…)
Read more »
At DoorDash we recently migrated the codebase of our iOS Consumer and Dasher apps to Swift 3 from Swift 2. We decided to migrate the codebase after XCode 8.3 was released in March, which ended… (more…)
Read more »
I recently read the book Domain modeling made functional by Scott Wlaschin. Great book, highly recommend it. There is a whole chapter dedicated to integrity and consistency inside business domains… (more…)
Read more »
Swift Generics 2: Existentials Boogaloo
It’s been just over two years since we first saw “Improving the UI of
generics,” the discussion post abo... (more…)
Read more »