When designing APIs, using default arguments can often let us strike a nice balance between flexibility and ease of use — as they let us add solid, intuitive defaults to many of the configuration options that we’ll end up providing. Let’s take a look at a... (more…)
Read more »
This week, let’s explore how we can make use of the standard library’s built-in algorithms when performing various types of queries against collections of values. (more…)
Read more »
Get the complete source code for our task management app totally free...
Read more »
iOS 13.4 Xcode Version 11.4 (11E146) Swift 5 Swift-Protobuf 1.8.0 proto2 My iOS app is using generated code from outdated proto files. Since I've compiled the .swift files from the old protos, ... (more…)
Read more »