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

[randy]Chapter 9. API & Swagger & Annotation #38

Merged
merged 3 commits into from
Jun 20, 2024
Merged

Conversation

Jangwon0319
Copy link

@Jangwon0319 Jangwon0319 commented Jun 20, 2024

#️⃣ 연관된 이슈

#31


✅ 워크북 체크리스트

  • 모든 핵심 키워드 정리를 마쳤나요?
  • 핵심 키워드에 대해 완벽히 이해하셨나요?
  • 이론 학습 이후 직접 실습을 해보는 시간을 가졌나요?
  • 미션을 수행하셨나요?
  • 미션을 기록하셨나요?

✅ 컨벤션 체크리스트

  • 디렉토리 구조 컨벤션을 잘 지켰나요?
  • pr 제목을 컨벤션에 맞게 작성하였나요?
  • pr에 해당되는 이슈를 연결하였나요?
  • 적절한 라벨을 설정하였나요?
  • 스터디원들에게 code review를 요청하기 위해 reviewer를 등록하였나요?
  • 닉네임/main 브랜치의 최신 상태를 반영하고 있는지 확인했나요?

📌 주안점

@Jangwon0319 Jangwon0319 added the ✨ Chapter09 챕터 9 label Jun 20, 2024
@Jangwon0319 Jangwon0319 requested review from ls-rain and KkomSang June 20, 2024 06:46
@Jangwon0319 Jangwon0319 self-assigned this Jun 20, 2024
Copy link

@KkomSang KkomSang left a comment

Choose a reason for hiding this comment

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

너무 수고많으셨습니다!

changeDog(cat); // Cat 객체를 Dog 객체로서 억지로 변환시도
}
public static void changeDog(Animal animal) {
Dog dog = (Dog) animal; // ClassCastException 발생 가능

Choose a reason for hiding this comment

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

예시가 있으니까 더 이해가 잘 되네용!!!

3. 결과 만들기 : 최종적으로 결과를 만들어냄

- 간단한 순서 예시 : 전체 -> 맵핑 -> 필터링 1 -> 결과 만들기 -> 결과물

Choose a reason for hiding this comment

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

순서정리까지!! 감사합니다!

Copy link

@ls-rain ls-rain left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!!

**3. NumberFormatException**
- 숫자로 변환할 될 수 없는 문자열 데이터를 숫자로 변경할 경우 발생

**4. ClassCastException**
Copy link

Choose a reason for hiding this comment

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

한번도 본적없는 예외인데 예시코드까지 짜주셔서 이해하기 편하네요!

.build(); // [a, b, c]
```

### ✅ 가공 하기(중간 연산)
Copy link

Choose a reason for hiding this comment

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

stream의 여러가지 연산들에 대해 알려주셔서 좋습니다ㅎㅎ

@Jangwon0319 Jangwon0319 merged commit 5928ff5 into randy/main Jun 20, 2024
@Jangwon0319 Jangwon0319 deleted the randy/#9 branch June 20, 2024 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants