Testing is very important to the state of your application. Coming from a Ruby/Rails background I got to make use of a library called RSpec which allowed me to write beautiful tests. In the world of Swift we have Quick.
Read more »
I was sad to hear John Conway had recently died of COVID-19. Conway was a mathematician who contributed much to his field, but for me as a computer scientist, I knew of him for his Game of Life (aka just Life). (more…)
Read more »
Weak self is a commonly used method to avoid memory leaks. But why do we use this? And do we always need it? Learn everything about capture lists in this Quick Tip. (more…)
Read more »
This post describes the goals, release process, and estimated schedule for Swift 5.3. (more…)
Read more »