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: 현실에서의 함수형 사고 #11

Merged
merged 1 commit into from
May 22, 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
11 changes: 11 additions & 0 deletions 챕터_2/권오연.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
### Ch 2. 현실에서의 함수형 사고

- 액션과 계산, 데이터
- 계층형 설계
- 자주 바뀌는 것 ←—————————> 자주 바뀌지 않는 것
- 비즈니스 규칙 —— 도메인 규칙 —— 기술 스택
- 일급 추상
- 타임라인 다이어그램: 액션들의 모음
- 여러 대의 로봇을 만들어서 분산시스템 만들기
- 타임라인 커팅
- 여러 타임라인이 동시에 진행될 때, 서로 순서를 맞추는 방법
Loading