Swift 3 Protocol-Oriented Programming - Second Edition - Jon Hoffman

Swift 3 Protocol-Oriented Programming - Second Edition

By Jon Hoffman

  • Release Date: 2016-11-28
  • Genre: Programming

Description

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 casesCreate a flexible codebase with protocols and protocol extensionsIncrease 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 programmingExplore the different types that Swift offers and what pitfalls to avoidError handling with do-try-catch blockDelve into Generics and Generic programmingImplement several design patterns in a protocol-oriented wayHow 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.

Comments