#option

[ follow ]
frommedium.com
4 months ago
Scala

21 Days of Scala: Day 1Mastering Option in Scala, Writing Safer and Cleaner Code

Scala's Option effectively eliminates null references, enhancing code robustness.
JavaScript
fromAlvinalexander
10 months ago

ZIO.fromOption returns Option[Nothing]; what is that? (Unit? None?)

ZIO.fromOption returns a ZIO with error type Option[Nothing], indicating the need for meaningful error mapping in applications.
[ Load more ]