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

[15주차 3] 파이브 라인스 오브 코드: 타입 코드 처리하기 #179

Merged
merged 1 commit into from
Jun 29, 2024

Conversation

newminkyung
Copy link
Member

📒 글 제목

  • 타입 코드 처리하기

📜 관련 키워드



- 독립된 if 문은 검사로 간주하고, if-else 문은 의사 결정으로 간주한다.

``` js
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@minkyung00
if-else문이 너무 많을 때는 어떻게 하는 게 좋은가요?
조건문마다 메서드로 빼야 할까요?

Copy link
Collaborator

@egg528 egg528 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@newminkyung newminkyung merged commit b6e9fcf into main Jun 29, 2024
@newminkyung newminkyung deleted the new/15-3 branch June 29, 2024 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants