Roman Elizarov
1 min readJun 10, 2020

--

I'm sorry, but it is year 2020 and there is a consensus. There are no languages with checked exceptions but Java and even popular Java frameworks don't rely on checked exceptions anymore. Moreover, there's been a lot of practical arhitectural experience acquired in designing safe and reliable software without checked exceptions, following the widely accepted wisdom of uniform error handling.

--

--

Roman Elizarov
Roman Elizarov

Written by Roman Elizarov

Project Lead for the Kotlin Programming Language @JetBrains

No responses yet