Skip to content

Fundamentals of SOLID principles using the Go language.

Notifications You must be signed in to change notification settings

Yuto2000/Go-SOLID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go-SOLID

Single Responsibility

  • good/bad pattern

Open-Closed

  • good/bad pattern

Liskov Substitution

  • good pattern

Interface Segregation

  • good/bad pattern

Dependency Inversion

  • good/bad pattern

About

Fundamentals of SOLID principles using the Go language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages