강의

멘토링

커뮤니티

Inflearn Community Q&A

evanhwang's profile image
evanhwang

asked

Learning Refactoring by Coding

Refactoring 43. Adding Assertions

Exception 부분

Written on

·

331

0

if (discountRate == null || dicountRate < 0) {

  // throw Exception 코드

}

으로해야 같은 의미가 아닌지 질문드립니다!

refactoringintellijjava

Answer 1

0

whiteship님의 프로필 이미지
whiteship
Instructor

 앗 그러네요. 감사합니다.

evanhwang's profile image
evanhwang

asked

Ask a question