Replies: 2 comments
-
삼항연산자가 어떤 값이 나오는지 확인하기 쉬워서 좋아! |
Beta Was this translation helpful? Give feedback.
0 replies
-
https://velog.io/@tosspayments/null-%EB%A6%AC%ED%84%B4%EC%9D%80-%EC%99%9C-%EB%82%98%EC%81%A0%EA%B9%8C |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Optional

삼항 연산자

그냥 Getter

AI code review를 삼항 연산자 대신 Optional을 사용해서 코드를 간소화하고 가독성이 좋게 할 수 있다고 해서 코드 수정 과정에서 3가지 경우 모두 같은 동작을 하는 것을 확인
그냥 getter를 쓰자
Optional이나 삼항 연산자를 쓰자
이에 따라 선택이 필요할 듯
Beta Was this translation helpful? Give feedback.
All reactions