Skip to content

omerfarukozturk/SOLID-Principles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.