Skip to content

Commit

Permalink
Update 2024-09-02-Daily.md
Browse files Browse the repository at this point in the history
  • Loading branch information
garusitell committed Sep 3, 2024
1 parent 550ebf1 commit d4ee631
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _posts/daily/2024-09-02-Daily.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
title: "[공부정리]2024-09-01"
title: "[공부정리]2024-09-02"
excerpt: ""

categories:
- Daily
tags:
- [Daily]

permalink: /daily/2024_09_01/
permalink: /daily/2024_09_02/

toc: true
toc_sticky: true

date: 2024-09-01
last_modified_at: 2024-09-01
date: 2024-09-02
last_modified_at: 2024-09-02
---

## 🦥
Expand All @@ -27,7 +27,7 @@ last_modified_at: 2024-09-01
- 프로그래머는 "추상화에 의존해야지,구체화에 의존하면 안된다" 의존성 주입은 이원칙을 따르는 방법 중 하나다.

#### OCP
- 소프트웨어 요소는 확장에는 열려 있으나 변경에는 닫혀이써야한다
- 소프트웨어 요소는 확장에는 열려 있으나 변경에는 닫혀있어야한다
- 소프트웨어 요소를 새롭게 확장해도 사용영역의 변경은 닫혀있다.

### IoC , DI , 컨테이너
Expand Down

0 comments on commit d4ee631

Please sign in to comment.