-
-
Code Base
```
const request = require('supertest');
request('https://xxxx/graphql')
.post('/')
.send({
operationName: 'createAccount',
query: `mutation createAccount($input: Acc…
-
## Abstract
The Dependency Inversion Principle is an important concept in software development that can help to write more maintainable and scalable code. It is the 'D' of SOLID principle. The princi…
-
```mermaid
journey
title Scores History
section 9dd58697e2f9c6c8903de8c5fa42ad794540fcf8
message: 2: JaviL13
vulnerability: 3: JaviL13
section 2576bb524a3eab74e4f969801eb04581ec1aa287
message: 2: Ja…
-
*If you want to discuss a new feature, please ignore/clear this form.*
### ScalaMock Version (e.g. 3.5.0)
6.0.0
### Scala Version (e.g. 2.12)
3.4.2
### Runtime (JVM or JS)
JVM
### Pleas…
-
## Dependency Inversion Principle in Laravel - Deep Dive into Service Container
Everyone knows de-coupled code is good, but do you know how to write one?
### What is my talk about?
Understan…
-
Learn more about solid principles
Single-responsibility principle
Open-closed principle
Liskov substitution principle
Interface segregation principle
Dependency inversion principle
-
- The Single-responsibility principle
- The Open–closed principle
- The Liskov substitution principle
- The Interface segregation principle
- The Dependency inversion principle
-
SRP: 단일 책임 원칙(single responsibility principle)
OCP: 개방-폐쇄 원칙 (Open/closed principle)
LSP: 리스코프 치환 원칙 (Liskov substitution principle)
ISP: 인터페이스 분리 원칙 (Interface segregation principle)
DIP: 의존관계 역전…
-
```mermaid
journey
title Scores History
section f8fe6566a56171302d3586101515783483f77829
message: 2: JaviL13
vulnerability: 4: JaviL13
```