DEV Community

Discussion on: Simple, yet powerful features of Kotlin

Collapse
 
nebtrx profile image
Omar 👾λmed • Edited

Agreed. That's harsh!. Anyway, String? is actually syntactic sugar for something like Nullable<String>. It's an idea taken from Maybe polymorphic data type, which is very popular in Functional Languages like Haskell.