• Finishing Lesson 3-6 in Kotlin Bootcamp for Programmers
• Functions, class and objects in Kotlin
• Extension function and properties, Generics class and functions
• Functional manipulations (Lambdas and higher order functions)
Self-Comment
• Not much since i was on PTO.
• Yesterday spent my time mostly relaxing after work and prepare my learning plan for today.
• Today will finish 2 days learning material at one go. After that will move on to Introduction of Design Pattern and a little bit of Clean Architechture.
Goals Tomorrow
• Learning design pattern (Creational, Structural, and Behavioral Pattern)
🔥 2
j
JungIn Choi
03/12/2021, 3:51 PM
ohhh i remember learning design pattern in java.. design pattern seems to be very important but it was quite difficult to feel the sense of it 🥺
y
Yesc
03/12/2021, 4:07 PM
it’s essential especially when dealing with refactoring legacy codebase, knowing which best fits for our usecase. I wanted to dive more into this topic since real life usecase revolves around these topic a lot 👀