-
Notifications
You must be signed in to change notification settings - Fork 2
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
[박상범] 챕터 1: 쏙쏙 들어오는 함수형 코딩에 오신 것을 환영합니다. #14
The head ref may contain hidden characters: "\uCC55\uD1301/\uBC15\uC0C1\uBC94"
Conversation
⇒ 시스템을 만드는데 완전히 안쓰는건 어렵거나 불가능 함 | ||
2. 정의에는 순수 함수만 쓰라고 되어있지만 순수하지 않은 함수도 다룸 | ||
|
||
## 함수형 프로그래밍을 학문적 지식이 아닌 기술과 개념으로 보기 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
전 이 내용이 스터디를 참여한 이유이기도 합니다!
함수형 프로그래밍 문법이나 스킬, 활용법 위주가 아닌 함수형 사고력을 스스로 얻을 수 있도록 도와주는게 이 책의 장점인 거 같아요! 👍🏻
기대가 됩니다
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
다음 스터디도 참여해주세요 갓범님 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
무족건이지!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다 👍 👍
⇒ 시스템을 만드는데 완전히 안쓰는건 어렵거나 불가능 함 | ||
2. 정의에는 순수 함수만 쓰라고 되어있지만 순수하지 않은 함수도 다룸 | ||
|
||
## 함수형 프로그래밍을 학문적 지식이 아닌 기술과 개념으로 보기 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
다음 스터디도 참여해주세요 갓범님 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ⚡
2. 부수 효과 없이 순수 함수만 사용하는 프로그래밍 스타일 | ||
|
||
⇒ 순수 함수는 인자에만 의존하고 부수 효과가 없는 함수 | ||
⇒ 수학의 함수도 그렇게 동작 ⇒ 수학 함수는 순수 함수 ⇒ 그럼 1, 2번은 같은 말 아닌가? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
상범님 정리를 보니 확실히 중언부언이군요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다!!
No description provided.