Declarative API Design in Swift

Benjamin Encz: It has almost no imperative code. Most code describes network request based on instance variables and previous requests. It doesn’t call the networking layer, nor does it have any knowledge of the type that actually performs the upload. It just describes the intent of each request. In fact, the code has no observable … Continue reading Declarative API Design in Swift