dependency-inversion-principle
There are 126 repositories under dependency-inversion-principle topic.
ochococo/OOD-Principles-In-Swift
π The Principles of OOD (SOLID) based on Uncle Bob articles.
safakan/TalkWithYourFiles
An LLM GUI application; enables you to interact with your files, offering dynamic parameters that can modify response behavior during runtime.
frankvalbuena/iOS-Clean-Architecture-Example
An iOS app designed using clean architecture and MVVM.
MaksimDzhangirov/practicalSolid
SOLID principles in Golang
pncsoares/javascript-solid-principles
The SOLID principles in JavaScript and TypeScript
codeface-io/SwiftObserver
Easy Elegant Reactive Swift #NoRx
Bareflank/static_interface_pattern
how to implement the static interface pattern
alxgcrz/_principios-SOLID_
Principios S.O.L.I.D.
JoanStinson/UnitySOLIDAsteroidsGame
A mini space game made applying all SOLID Principles to serve as a reference of good code architecture.
marceloalves95/SOLID-Kotlin
Projeto de estudo baseado nos principais conceitos sobre o SOLID aplicados a linguagem Kotlin
ahmedkhairy711/SolidSwift
SOLID Principles - in swift
ashtanko/OOD-Principles-Kotlin
π οΈ The Principles of OOD in Kotlin: A practical guide to applying Object-Oriented Design principles in Kotlin, showcasing best practices and design patterns for building clean, maintainable, and scalable software.
javamultiplex/clean-code-java
Clean code principles and design patterns examples in Java with Unit Test cases
Ceffa93/dependency_injection_for_games
Code accompanying the Medium article "Dependency Injection for Games"
aamahi/SOLID-Principles-Examples-in-PHP
Some examples about SOLID Design Principles in PHP
ProVir/ServiceContainerKit
Kit to create your own IoC Container or ServiceLocator. Use ServiceProvider as core, ServiceLocator as ready IoC Container
RidvanOrun/SOLIDPrincibles
Bu projede; SOLID prensiplerini ΓΆrnekleriyle birlikte aΓ§Δ±klamaya Γ§alΔ±ΕtΔ±m.
fritzmark/CleanCodeCheatSheetJson
Easily parsable clean code cheat sheet V 2.4. Based on the work of Urs Enzler.
Hilal-aslanboga/SOLID-Prensipleri
Bu projemde Yazılım Prensiplerinden olan SOLID İlkelerini açıkladım. Hem teorik olarak hemde uygulama üzerinden prensipleri inceleyebilirsiniz
alansastre/java-solid
Principios SOLID en Java. Pautas para crear CΓ³digo Limpio o Clean cΓ³digo, cΓ³digo mantenible y fΓ‘cil de leer.
CodiumTeam/weather-kata
Kata to train how to decouple code and Clean Code
drulabs/RecipePuppy
A simple app to showcase CLEAN Architecture in Android apps
kadir-code/SoftwarePrinciples
This repository contains SOLID principles explainations and for each principle have an example.
SongulSYTRK/Software_Principle
Δ°n this Repository, has meaning of Software principle , Solid principles
nihatcanertug/SocialMediaTwitterProject
This project like a Social Media (Twitter) project.In this project,I used Domain Driven Design (DDD) and micro services architecture,Unit of Work and MVC pattern,dotnetcore technologies.Users can register and EditProfile after succeed login process.Lastly,they can follow,unfollow someone and see their profile
serhatyamann/SOLID_Principles
SOLID Principles explanations and examples.
alspirichev/SOLID
SOLID is an acronym for the first five object-oriented design principles
yilmazmustafayilmaz/MY.SOLID-Prenciples
SOLID Principles Example (.Net Core 6)
athankefalas/Stitcher
A dependency management and injection library for Swift projects
KardelRuveyda/solid-exercises-with-csharp
I practiced about Solid Principles and i shared in this repository.
pncsoares/dotnet-solid-principles
The SOLID principles in Dotnet C#
devrath/SOLID-Principles
π ππΎπ»πΈπ³ ππππππππππ πππ π πππ ππ π» ππππππ ππππππππππ πππ π ππππππ ππππππππππππ & ππππππππ πππππ πππ. ππππ’ π πππ ππππππππππ ππ’ ππππππ π². πΌπππππ & πππ π πππππ’ ππππ ππ ππππππ-ππππππππ πππππππππππ.
dimitridumont/dependency-inversion-front-end
Example of dependency inversion in front end (with React & Next.js)
nativanando/dependency-inversion-react
A simple case to show how to use the dependency inversion principle with React
nihatcanertug/CMS_Project
In this project,I created a small e-commerce site.I used Asp .Net Core technology and benefit to MVC pattern.The purpose of this project, created using layered architecture, is for the user to log into the site and purchase the product asynchronously.
sudiptob2/SOLID-In-Golang
SOLID principle example implementations for understanding. Code for before implementing a particular principle and after implementing a principle is provided with easy to understand comments.