handling is still explicitly defined. It works fine generally with default values of return types and all that.
But it only buys you not having to write a return statement.
Seems like a good fit for one of the go-adjacent languages like go+
we're usually wrapping errors before returning. It's very rare you'd see if err != nil { return err } in our big code base
Обсуждают сегодня