Is it normal to spend more then a month trying to ...
# getting-started
a
Is it normal to spend more then a month trying to understand generics?😅
👍 2
j
Yes. Once you unlock your mind, it will be natural. Like OOP, it’s things to repeat and repeat but once you get it, you don’t think about it anymore.
a
The more i dive into generics the more deeper the rabbit hole is going
😅 2
a
Yes. Even more so once you add co/contravariance
k
Generics in Java are a monstrosity, grafted into an existing spec in a jack-of-no-trades way. It's not really better in Kotlin.