Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ahmedkhairy711/SolidSwift

Repository files navigation

Overview

SOLID in Swift is a repo dedicated to showcasing how to implement the SOLID principles using Swift.

SOLID is a set of design principles aimed at making software designs more understandable, flexible, and maintainable.

SOLID is an acronym for five design principles that lead to better code:

S - Single Responsibility Principle (SRP)
O - Open/Closed Principle (OCP)
L - Liskov Substitution Principle (LSP)
I - Interface Segregation Principle (ISP)
D - Dependency Inversion Principle (DIP)

AltStyle によって変換されたページ (->オリジナル) /