Chapter 8. Putting the pro in protocol-oriented programming

This chapter covers

  • The relationship and trade-offs between generics and using protocols as types
  • Understanding associated types
  • Passing around protocols with associated types
  • Storing and constraining protocols with associated types
  • Simplifying your API with protocol inheritance

Protocols bring a lot of power and flexibility to your code. Some might say it’s Swift’s flagship feature, especially since Apple markets Swift as a protocol-oriented-programming language. But as lovely as protocols are, they can become difficult fast. Plenty of subtleties are involved, such as using protocols at runtime or compile time, and constraining protocols with associated types.

This chapter’s ...

Get Swift in Depth now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.