Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[오혜성] 챕터 2: 현실에서의 함수형 사고 #2

Merged
merged 1 commit into from
Apr 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions 챕터_2/오혜성.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 현실에서의 함수형 사고

## 계층형 설계

* 변경 가능성에 따라 코드를 나눈다
* 일반적으로 비즈니스 규칙, 도메인 규칙, 기술 스택 계층으로 나뉨

## 타임라인

* 시간에 따라 변하는 액션을 시각화하는 방법
+ 액션이 다른 액션과 어떻게 연결되는지 볼 수 있음

## 타임라인 커팅

* 액션 간 협력을 위해 타임라인을 잘라내는 것
* 액션이 올바른 순서로 실행할 수 있도록 보장

> 찍먹 ..
Loading