-
Notifications
You must be signed in to change notification settings - Fork 0
9장 오혜성 #36
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
The head ref may contain hidden characters: "9\uC7A5/\uC624\uD61C\uC131"
Merged
9장 오혜성 #36
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| # 나쁜 코드와 인지 부하를 방지하는 두 가지 프레임워크 | ||
|
|
||
| - 언어적 안티패턴 | ||
| - 언어적 요소가 수행하는 역할과 일치하지 않을 때 | ||
| - 이름이 나타내는 것보다 더 많은 일을 할 때 | ||
| - 이름이 나타내는 것보다 더 적은 일을 할 때 | ||
| - 이름과 정반대의 일을 | ||
| - 개체가 포함된 것보다 더 많은 것을 가지고 있는 것처럼 보이는 | ||
| - 개체에 포함된 것을 누락하는 | ||
| - 개체에 포함된 것과 반대되는 | ||
|
|
||
| > 여러분들은 boolean에 is prefix에 대해 어떻게 생각하시나요? | ||
| > 저는 좋아하는데 어떤 분들은 기피하시기도 하시더라구요 | ||
|
|
||
| - 작업이 어려울수록 눈 깜빡임이 줄어듬 | ||
| - 작업이 더 어려울수록 동공 크기도 커짐 | ||
|
|
||
| - 언어적 안티패턴을 많이 가지고 있는 코드는 인지 부하를 더 많이 유발함 | ||
| - 우리가 사고할 때 LTM에서 잘못된 사실을 발견하기 떄문에 | ||
| - 실제 구현과 다른 의미를 가정하기 때문에 잘못된 청킹으로 이어질 수 있음 | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.