The Prime Directive – S.O.L.I.D. in swift.

The Prime Directive is not just a set of rules, but a philosophy.Captain Jean–Luc Picard Object-Oriented Programming is, arguably, the modern way of seeing, and writing, code for programs today. The OOP paradigm is built, largely, on a set of principles with the acronym S.O.L.I.D. We are going to explore these rules using swift as …