#DropsOf #Java: Checked exceptions were a good idea โจ. They are some form of an effect system. You know precisely what kind of effects a function performs. To eliminate the effect, you need to handle it, and the compiler forces this behavior. However, they don't compose with lambdas ๐คทโโ๏ธ
3 months ago