asked
Learning Refactoring by Coding
Refactoring 43. Adding Assertions
Written on
·
332
0
if (discountRate == null || dicountRate < 0) {
// throw Exception 코드
}
으로해야 같은 의미가 아닌지 질문드립니다!
Answer 1
앗 그러네요. 감사합니다.