Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 1.19 KB

README.md

File metadata and controls

28 lines (14 loc) · 1.19 KB

SOLID is one of the most popular sets of design principles in object-oriented software development. It’s a mnemonic acronym for the following five design principles:

This is a Swift Playground that has code snippets which show how applying SOLID principles effects code design.

For each principle, there are two files in Sources folder;

  • Before.swift files: A default implementation of sample case

  • After.swift files: Related Principle applied version of the case

to show the difference in simple and clear way.