일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 안드로이드스튜디오
- fragment
- 리사이클러뷰
- Fragment 수동 추가
- 재사용
- 안드로이드13
- Error:Execution failed for task ':app:mergeDebugResources'
- LayoutManger
- high order function
- espresso
- adapter
- 코딜리티
- 구분선
- Android
- binding adapter
- 뷰변경 감지
- IntentTestRule
- ActivityTestRule
- 테마 아이콘
- recyclerview
- 안드로이드개발레벨업교과서
- 고차함수
- searchview
- 스와이프
- 코틀린
- 생명주기
- viewholder
- ui test
- 안드로이드
- Fragment에서 Activity의 함수 사용하기
Archives
- Today
- Total
룬아님의 취중코딩
Kotlin let을 null check에 사용하지 마라 본문
https://medium.com/@elye.project/kotlin-dont-just-use-let-7e91f544e27f
Kotlin: Don’t just use LET for null check
With the introduction of null safety in Kotlin, many uses let{...} to perform the null check. But let is{…} not appropriate for some cases…
medium.com
반응형
'개발 > Kotlin' 카테고리의 다른 글
Kotlin Bootcamp for Programmers 4. arrays, lists, and loops (0) | 2019.09.30 |
---|---|
Kotlin Bootcamp for Programmers 3. nullability (0) | 2019.09.27 |
Kotlin Bootcamp for Programmers 2. 조건부와 대소비교 (0) | 2019.09.27 |
Kotlin Bootcamp for Programmers 1. 코틀린의 이점 (0) | 2019.09.27 |
Kotlin에서 let을 여러번 쓰고 싶을 때 (0) | 2019.09.10 |
Comments