Dependency Inversion Principle

Use when a class creates its own dependencies. Use when instantiating concrete implementations inside a class. Use when told to avoid dependency injection for simplicity.

yanko-belov Updated

File contents

yanko-belov/code-craft/tree/main/skills/dependency-inversion commit eec9d5151f

Frequently asked questions

npx skillmds@latest add yanko-belov/dependency-inversion-principle