-
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
[오혜성] 챕터 5: 더 좋은 액션 만들기 #20
The head ref may contain hidden characters: "\uCC55\uD1305/\uC624\uD61C\uC131"
Conversation
hyesungoh
commented
Apr 20, 2024
|
||
> 이런 유틸 함수? 좋다 이거야... | ||
> 근데 이런 함수를 만들어서 어디에 두며, 같이 일하는 사람들이 어떻게 쉽게 인지하고 사용할 수 있게 할 수 있을까나요 ... :thinking_face: | ||
|
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년전에 정리한 내용이긴 한데 .. | ||
> V8 동작은 크게 변하지 않았을 거 같아서 공유 드립니다.. | ||
> https://www.hyesungoh.xyz/how-to-collect-garbage-in-js |
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.
앞장인지는 모르겠지만 서브루틴 추출하기 라는 개념으로 계속 분리 하더라고요.. 분리해서 계산으로 만들고 액션을 최대한 줄이는게 포인트지 않을까... 라는 개인적인 생각입니다.
|
||
> 이런 유틸 함수? 좋다 이거야... | ||
> 근데 이런 함수를 만들어서 어디에 두며, 같이 일하는 사람들이 어떻게 쉽게 인지하고 사용할 수 있게 할 수 있을까나요 ... :thinking_face: | ||
|
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.
개인적으로는 과한 분리가 아닐까 라는 생각도 많이 들었어요 ㅋㅋㅋㅋ 재사용이 많지 않은 이상 굳이 저런 함수를 따로 만들어야 하나? 라는 생각이 많이 들었습니다.