개발/Kotlin
Kotlin let을 null check에 사용하지 마라
룬아님
2019. 9. 22. 18:10
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
반응형