@valigo Checked exceptions as part of the type system make it explicit. Unchecked exceptions are programming errors and should not be caught. But checked exceptions are extremely useful.
@beatingLupin@zekramu@psswordprotectd What I mean by my analogy with c++ is that there are lots of implementation details exposed and lots of undefined behaviour and lots of ways to shoot yourself in the foot. Jujutsu is a proper well thought out UI that gives you more power while at the same time making easier.
@beatingLupin@zekramu@psswordprotectd It's way more powerful while being way easier to use at the same time. It's like it was actually designed rather than cobbled together. Git is the c++ of version control.