Hacker News new | ask | show | jobs
by kaba0 1301 days ago
Just a heads up, Scala 3 actually has a compile flag that will make types exclude ‘null’ as a valid subtype, so every nullable variable will have to have type signatures like String | Null.