JungIn Choi
03/17/2021, 4:16 PMDay8
• Collections practice (Set, Map) - any(), getOrPut()
• const val (are determined in compile time / works in top-level or inside object class or inside companion object)
• Extension functions (are resolved statically / can’t access private members / can make receiver nullable)
• Generics classes, generic functions
Self-Comment
• OOP is fun. Since I roughly studied OOP in java and c++, I get to understand better about Kotlin OOP.
• Some day I should work on practicing Kotlin ver. of Clean Code sample code snippets..
• Maybe I should regularly solve algorithm ps problems in Kotlin ver.
Goals Tomorrow
• Hoping to finish the kotlin basics bootcamp and move on to android x kotllin for realBryan L
03/17/2021, 4:31 PMJungIn Choi
03/18/2021, 3:28 AMBryan L
03/18/2021, 4:50 AM