SooJae / front-end.me

blog.soojae.vercel.app
MIT License
0 stars 0 forks source link

javascript/functional-programming-5/ #7

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

[번역] 함수형 프로그래밍 전문가 되기 (Part 5) | SooJae's Devlog

이 글은 Charles Scalfani의 So You Want to be a Functional Programmer (Part 5)를 번역한 게시물입니다. Thank you Charles Scalfani! Thanks to your writing, I can grow further as a developer. 함수형 프로그래밍의 개념을 이해하기 위해 내딛는 첫걸음은 매우 중요하다. 매우 힘든 첫걸음이지만 올바른 관점으로 접근한다면 힘들어할 필요가 없다. 이전 게시물 :

https://front-end.me/javascript/functional-programming-5/

66v commented 3 years ago

잘 봤습니다!


링크 오류 제보

이전 게시물 : Part 1, Part 2, Part 3, Part 4 다음 게시물 : Part 6 <- 위 링크에 Javascript 부분이 대문자로 되어 있어 정상동작 하지 않습니다.


오타 제보

findError key =
   "Unable to find " ++ ("'" ++ str ++ "'")

-> str 대신 key 가 들어가는게 맞지 않을까 합니다.

SooJae commented 2 years ago

@66v 수정하였습니다. 감사합니다!