Skip to content

1단계 - 스트림, 람다, Optional #2389

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

Merged
merged 5 commits into from
Apr 19, 2025
Merged

Conversation

yeonjiyeon
Copy link

사다리 미션 1단계 구현했습니다.
리뷰 부탁 드리겠습니다!

Copy link

@wheejuni wheejuni left a comment

Choose a reason for hiding this comment

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

리뷰가 늦어져 대단히 죄송합니다. 🙇
하나만 빠르게 짚어보고 넘어가면 좋을 것 같습니다.

Comment on lines 19 to 23
long count = 0;
for (String w : words) {
if (w.length() > 12) {
count++;
}

Choose a reason for hiding this comment

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

이것도 stream API로 개선해 주세요.

.filter().count()

@wheejuni wheejuni merged commit 20eddb0 into next-step:yeonjiyeon Apr 19, 2025
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