𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Protocol Oriented Programming with Swift

✍ Scribed by Hoffman Jon.


Tongue
English
Leaves
212
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


Packt Publishing - ebooks Account, 2016. β€” 212 p. β€” ISBN-10: 1785882945. β€” ISBN-13: 978-1785882944

Key Features
The only book that shows how to harness the power of Protocol-Oriented Programming in Swift to build real-world applications,
Get familiar with the protocol focused approach of application development,
Increase the overall productivity and performance of applications with Protocol Oriented Programming.
Book Description
At the heart of Swift's design is an incredibly powerful idea: protocol-oriented programming. Its many benefits include better code maintainability, increased developer productivity and superior application performance. The book will teach the reader how to apply the ideas behind the protocol oriented programing paradigm to improve the code they write.
This book will introduce the readers to the world of protocol-oriented programming in Swift and will demonstrate the ideas behind this new programming paradigm with real world examples. In addition to learning the concepts of Protocol Oriented programming, it also shows the reader how to reduce the complexity of their codebase using protocol extensions. Beginning with how to create simple protocols, readers will learn how to extend protocols and also to assign behaviors to them.
By the end of this book readers will be able to harness the power of protocol-oriented programming to build real world applications.
What you will learn
The difference between Object-Oriented programming and Protocol-Oriented programming
The difference between reference and value types and when to use each
How we can leverage tuples to reduce the complexity of our code
What are protocols and how to use them
How to implement protocol extensions to create a very flexible code base
How to implement several design patterns in a Protocol-Oriented approach
How to solve real world design issue with protocol oriented programming
About the Author
Table of Contents
Object-Oriented and Protocol-Oriented Programming
Our Type Choices
Catching Our Errors
All about the Protocol
Let's Extend Some Types
Adopting Design Patterns in Swift
Case Studies

✦ Subjects


Π‘ΠΈΠ±Π»ΠΈΠΎΡ‚Π΅ΠΊΠ°;ΠšΠΎΠΌΠΏΡŒΡŽΡ‚Π΅Ρ€Π½Π°Ρ Π»ΠΈΡ‚Π΅Ρ€Π°Ρ‚ΡƒΡ€Π°;IOS / iPhone / iPad / iPod;Swift


πŸ“œ SIMILAR VOLUMES


Protocol-Oriented Programming with Swift
✍ Hoffman Jon. πŸ“‚ Library 🌐 English

Packt Publishing, 2016. β€” Code Only. β€” ISBN: 978-1-78588-294-4.<br/> <br/><strong>Build fast and powerful applications by exploiting the power of protocol-oriented programming in Swift.</strong><div class="bb-sep"></div>At the heart of Swift's design is an incredibly powerful idea: protocol-oriented

Protocol-oriented programming with Swift
✍ Hoffman, Jon πŸ“‚ Library πŸ“… 2016 πŸ› Packt Publishing 🌐 English

<p><b>Build fast and powerful applications by exploiting the power of protocol-oriented programming in Swift</b><p><b>About This Book</b><p><li>The only book that shows how to harness the power of Protocol-Oriented Programming in Swift to build real-world applications,<li>Get familiar with the proto