-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Swift 4 Protocol-Oriented Programming
By :

Ever since I bought my first computer, a Commodore Vic-20, I have been continuously learning new computer languages. I cannot count the number of computer languages that I have learned over the years. Even when I was working as a network engineer and security specialist, I learned languages such as Perl, Python, and Shell scripting to automate administrative tasks. Learning all those languages has taught me that the best way to learn a new programming language or a programming paradigm is to come up with several small projects and figure out how to implement them in the language or programming paradigm that I was trying to learn. With that in mind, for this chapter, we will take two small projects and see how we will implement them using Swift and the protocol-oriented programming paradigm. I recommend that you read the requirements for the project and then try to implement your own solutions prior to reading the solution presented in this book. This will help you...