What I like about exceptions in a nutshell: 1) I d...
# announcements
c
What I like about exceptions in a nutshell: 1) I deal with naked values, not wrapped ones, so no need for
flatMap
or peeking inside and 2) the guarantee that the value I’m using right now is safe and sound so I don’t need to test for validity all the time