There is a lot of confirmation bias in this post. I will leave it at that.
Maybe I misinterpreted you. I don't disagree that checked exceptions and errors are ~the same thing. > Go programmers, in 99.9% of cases, do manually what exceptions do automatically Our experience working with Go must…
In Go the programmer is forced to make a decision on what to do with the error. Common patterns include (A) return an annotated error, (B) log it and continue, (C) retry, (D) aggregate the errors in some way. If you…
Well, yes, the menial parts of review can and should be automated. Big tech cos are leading the industry, and ML does find its way in there (with mixed success). But at its core, code review is putting two heads…
> Just take a step back and think about what you're saying: that a bitcoin transaction would cost £3.40 in the UK I hope I'm not misinterpreting your point, but bitcoin transactions cost even more than that.…
There is a lot of confirmation bias in this post. I will leave it at that.
Maybe I misinterpreted you. I don't disagree that checked exceptions and errors are ~the same thing. > Go programmers, in 99.9% of cases, do manually what exceptions do automatically Our experience working with Go must…
In Go the programmer is forced to make a decision on what to do with the error. Common patterns include (A) return an annotated error, (B) log it and continue, (C) retry, (D) aggregate the errors in some way. If you…
Well, yes, the menial parts of review can and should be automated. Big tech cos are leading the industry, and ML does find its way in there (with mixed success). But at its core, code review is putting two heads…
> Just take a step back and think about what you're saying: that a bitcoin transaction would cost £3.40 in the UK I hope I'm not misinterpreting your point, but bitcoin transactions cost even more than that.…