Let’s take a look at a few techniques that can make it much simpler to propagate runtime errors to our users, and how employing some of those techniques could help us present richer error messages without having to add a ton of complexity within each UI i... (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 »
A Swift toolchain installer and manager, written in Swift. - swiftlang/swiftly... (more…)
Read more »
How to install and use Swift 3 on Windows Subsystem for Linux aka Bash on Ubuntu on Linux... (more…)
Read more »
Suffusion is a minimal Swift wrapper around the FUSE APIs to support experimenting with custom read-only filesystems. It's inspired by the Objective-C API presented by OSXFUSE.framework, but presents FUSE's "low-level" node-based API rather than a path-ba... (more…)
Read more »