오늘 배운 것

  • (아래 링크에 대한 TL;DR) 보통 조건문을 여기저기 쓴다고 해서 나쁜 건 아니지만, guard clause를 사용하면 불필요한 코드 분기를 피할 수 있고, 결과적으로 코드를 좀 더 간결하고 가독성을 좋게 할 수 있다.
 

If-statements design: guard clauses may be all you need

There is a lot of debate on how the if-statements should be used for better code clarity and readability. Most of them boil down to an…

medium.com

  • guard clause란? early return을 통한 예외처리를 하는 코드 스타일.
 

guard clause

개발자 김철수입니다,

nt.fakecoding.com

+ Recent posts