Memory layout and pointers in Swift [video]
How memory is laid out and how to use pointers to interact with C code. Main focus is on MemoryLayout and UnsafePointers in Swift. Twitter: https://twitter.c... (more…)
Read more »This week, let’s take a look at a few different ways to deploy unit testing in a more pragmatic manner — to use testing to solve immediate problems, and to enable our code to be tested without having to fundamentally change it. Read more