Hacker News new | ask | show | jobs
by ttymck 1427 days ago
Are you suggesting a Result type and Exceptions are mutually exclusive? Scala bolted `Either` (a Result type) on top of Java, and it worked exceptionally well in my experience.