/Battleship-POP-Example

A simple playground to demonstrate Swift Protocol Oriented Programming

Primary LanguageSwift

Battleship-POP-Example

A simple playground to demonstrate Protocol Oriented Programming, aka POP, in Swift.

A modest demonstration of Protocol Oriented Programming, fully updated for Swift 4. The playground contains examples of using protocol oriented programming with protocol extensions containing default method implementations in them to add free, base, or abstract class style functionality to any conforming type.