API Pollution in Swift ModulesWhen you import a module into Swift code, you expect the result to be entirely additive. But as we’ll see, this isn’t always the case.#nshipster#swift#api#library-design·nshipster.com·Aug 25, 2019API Pollution in Swift Modules
NeverMaking a claim that something will never be the case can feel like an invitation for the universe to prove otherwise. Fortunately for us, Swift lives up to this higher standard thanks to the unlikeliest of types.#nshipster#swift·nshipster.com·Dec 1, 2018Never
VoidVoid has no members: no methods, no values, not even a name. It’s a something more nothing than nil.#nshipster#swift·nshipster.com·Dec 1, 2018Void