https://kotlinlang.org logo
Title
j

JungIn Choi

03/09/2021, 2:21 PM
Day1
• Finished Lesson1(Introduction), Lesson2(Kotlin Basics) in Udacity, Kotlin Bootcamp for Programmers • Basics of variables and operators (difference btw val & var / boxing / casting), Conditions (if/when), String basics • Declaring null variables & lists (using double bangs / question mark and elvis operator for null testing) • Arrays(dynamic initialize) & Lists(mutable vs. immutable) & For(in, downTo, step)
Self-Comment
• Took longer than expected, but mostly satisfactory. Was using InteliJ REPL, but maybe online Kotlin compiler seems to be better(due to several bugs in IntiliJ REPL & importing issues)
GoalsTomorrow
• Finish Lesson3(Functions) in Udacity, spend some time for kotlin side project ideation
1
🔥 1
b

Bryan L

03/10/2021, 4:57 AM
Awesome first day! Looking forward to seeing you progress! Enjoying the Udacity course?
j

JungIn Choi

03/10/2021, 9:23 AM
Thanx Bryan 🤩 I have basics in Java and other programming languages, so the first two parts (intro & basics) were fine. But I’m not familiar with functional programming, so I’m worried about the third part tho🥺
👍 1
y

Yesc

03/10/2021, 1:46 PM
Don’t worry once you get used to it, your code will looks even better!
😋 1
j

JungIn Choi

03/11/2021, 9:22 AM
Thanks @Yesc , I hope so☺️☺️ programming is somehow like doing workout in that sense!