Hacker News new | ask | show | jobs
by merightnow 2177 days ago
For me error handling in go was one of the biggest downsides. Using ADTs and union types for Either is most pleasurable error handling case I've encountered.