Swift 3 Protocol-Oriented Programming

ebook

By Jon Hoffman

cover image of Swift 3 Protocol-Oriented Programming

Sign up to save your library

With an OverDrive account, you can save your favorite libraries for at-a-glance information about availability. Find out more about OverDrive accounts.

   Not today
Libby_app_icon.svg

Find this title in Libby, the library reading app by OverDrive.

app-store-button-en.svg play-store-badge-en.svg
LibbyDevices.png

Search for a digital library with this title

Title found at these libraries:

Loading...

Build fast and powerful applications with the power of protocol-oriented programming

About This Book

  • Leverage the power of protocol-oriented programming in your applications and learn from real world use cases
  • Create a flexible codebase with protocols and protocol extensions
  • Increase the overall productivity and performance of applications with protocol-oriented programming

    Who This Book Is For

    This book is for Swift developers who want to learn and implement protocol-oriented programming in practical applications.

    What You Will Learn

  • Understand the difference between object-oriented programming and protocol-oriented programming
  • Explore the different types that Swift offers and what pitfalls to avoid
  • Error handling with do-try-catch block
  • Delve into Generics and Generic programming
  • Implement several design patterns in a protocol-oriented way
  • How to design applications by prioritizing the protocol first and the actual type second

    In Detail

    One of the most important additions to the new features and capabilities of the Swift programming language was an overhaul of Protocols. Protocol-oriented programming and first class value semantics have now become two incredibly powerful concepts at the heart of Swift's design.

    This book will help you understand the difference between object-oriented programming and protocol-oriented programming. It will demonstrate how to work with protocol-oriented programming using real world use cases. You will gain solid knowledge of the different types that can be used in Swift and the differences between value and reference types. You will be taught how to utilize the advanced features of protocol-oriented programming to boost the performance of your applications.

    By the end of the book, you will have a thorough understanding of protocol-oriented programming and how to utilize it to build powerful, practical applications.

    Style and approach

    This book is written for developers who learn best by working with code, so every concept discussed in this book is reinforced with real code examples.

  • Swift 3 Protocol-Oriented Programming