Skip to content

Examples about how to use SOLID in front-end and back-end applications

Notifications You must be signed in to change notification settings

marcoshidalgonunes/ExamplesUsageSOLID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ExamplesUsageSOLID

Examples about how to use the following SOLID principles in front-end and back-end applications.

Single Responsability Princple

There should never be more than one reason for a class to change.

Open-Closed principle

Software entities (e.g. classes) should be open for extension, but closed for modification.

Liskov Substitution Principle

Functions that use pointers or references to bsae classes must be able to use objects of derived classes without knowing it.

Interface Segregation Principle

Many client-specific interfaces are better than one general-purpose interface.

Dependency Inversion Principle

Depend upon abstractions, not concretions.

react-solid

React front-end application that renders data from an Web API.

NetCoreSOLID

.NET Core Web API back-end application with method to get data to be consumed by client apps.

About

Examples about how to use SOLID in front-end and back-end applications

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published