이 값이 정말 있을까요?

Maybe...?

Lance in protopie.io

 

@adhrinae in Twitter

typeof value === 'undefined' || value === null

// or

value == null

조금 더 안정적인
데이터 컨테이너, Maybe

Before (링크)

바꿔봅시다 (링크)

After (링크)

참고자료

interface Room {
  // ...
  prices: Price[] | null
}

interface Price {
  // ...
  couponPrice: Coupon | null
}

Maybe...?

By Dohyung Ahn

Maybe...?

Seoul.js 7월 라이트닝 토크 발표

  • 1,149