Protocols and Swift Follow-up

Earlier this year, I wrote a GIF-laden and rambling post about protocols in Swift. It described a new approach to using Swift protocols in a more idiomatic way than just using Objective-C techniques.

Well, Swift 2 has been in beta for a month now, and protocols are hot stuff.

Captain Picard loves Swift 2 protocols

Soroush Khanlou has written a great post exploring protocols in Swift 2 that I’d highly recommend checking out. It explores a case for doing networking through protocol extensions. As the creator of a hip and cool networking library, it’s an approach that I had not considered, and need to reflect on. I’ve always assumed Moya would be used with enums, but with Swift 2, it makes sense to reevaluate that assumption.

This brings up an important point that I’ve been yelling at you people for a year now: solving problems using Swift is not the same as solving the same problems using Objective-C.

If all you’re doing in Swift is writing Objective-C with Swift syntax, stop and reflect on your choices. Swift isn’t Objective-C – and thank god. The community has been dutifully exploring new ways to solve familiar problems – it’s an exciting time!

Go explore!

We’re explorers charting deep space. Sure, it’s space that the Haskell and Ruby developers navigated years ago – hey, maybe we should ask them for directions?


Please submit typo corrections on GitHub