Skip to content

Commit

Permalink
docs: 챕터2 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Seojunhwan authored May 22, 2024
1 parent 6ebb815 commit f90692f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 챕터_2/서준환.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 현실에서의 함수형 사고

## 변경 가능성에 따라 코드 나누기

- 변경 가능성이 높은 코드와 낮은 코드를 분리한다.

이러한 계층형 설계는 테스트, 재사용, 유지보수가 쉽습니다

> 프론트 ui variation이 하나 추가된다면? 재사용? 유지보수? 어림도 없지

0 comments on commit f90692f

Please sign in to comment.