https://github.com/dfleta/furnace-dip-kata
Ejercicio SOLID del capítulo 11 "The Dependency-Inversion Principle (DIP)" del libro "Agile Principles, Patterns, and Practices in C#" de Martin C. Robert, Martin Micah
https://github.com/dfleta/furnace-dip-kata
agile-principles dependency-inversion-principle dip java kata singleton-pattern solid uncle-bob
Last synced: 4 days ago
JSON representation
Ejercicio SOLID del capítulo 11 "The Dependency-Inversion Principle (DIP)" del libro "Agile Principles, Patterns, and Practices in C#" de Martin C. Robert, Martin Micah
- Host: GitHub
- URL: https://github.com/dfleta/furnace-dip-kata
- Owner: dfleta
- Created: 2018-04-10T14:26:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-24T13:26:40.000Z (2 months ago)
- Last Synced: 2025-04-24T14:33:23.983Z (2 months ago)
- Topics: agile-principles, dependency-inversion-principle, dip, java, kata, singleton-pattern, solid, uncle-bob
- Language: Java
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Furnace DIP Kata
================Ejercicio del principio Inversión de Dependencias o DIP (patrones SOLID) del capítulo 11 "The Dependency-Inversion Principle (DIP)" del libro "Agile Principles, Patterns, and Practices in C#" de Martin C. Robert, Martin Micah.
Incluye una implementació del patrón _singleton_.