-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from muhandojeon/챕터2/오혜성
[오혜성] 챕터 2: 현실에서의 함수형 사고
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# 현실에서의 함수형 사고 | ||
|
||
## 계층형 설계 | ||
|
||
* 변경 가능성에 따라 코드를 나눈다 | ||
* 일반적으로 비즈니스 규칙, 도메인 규칙, 기술 스택 계층으로 나뉨 | ||
|
||
## 타임라인 | ||
|
||
* 시간에 따라 변하는 액션을 시각화하는 방법 | ||
+ 액션이 다른 액션과 어떻게 연결되는지 볼 수 있음 | ||
|
||
## 타임라인 커팅 | ||
|
||
* 액션 간 협력을 위해 타임라인을 잘라내는 것 | ||
* 액션이 올바른 순서로 실행할 수 있도록 보장 | ||
|
||
> 찍먹 .. |