Skip to content

SOLID Principles explained with Swift code snippets

Notifications You must be signed in to change notification settings

jwyterlin/SOLID-Principles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 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.

About

SOLID Principles explained with Swift code snippets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Swift 100.0%