Get the latest tech news

(On | No) Syntactic Support for Error Handling


Go team plans around error handling support

Plenty of people in the community were inspired, though, and we received a steady trickle of error handling proposals, many very similar to each other, some interesting, some incomprehensible, and some infeasible. To keep track of the expanding landscape, another year later, Ian Lance Taylor created an umbrella issue which summarizes the current state of proposed changes for improved error handling. When debugging error handling code, being able to quickly add a println or have a dedicated line or source location for setting a breakpoint in a debugger is helpful.

Get the Android app

Or read this on Hacker News

Read more on:

Photo of error handling

error handling

Photo of syntactic support

syntactic support

Related news:

News photo

Why Go's Error Handling Is Awesome

News photo

How we centralized and structured error handling in Golang

News photo

The Ultimate Guide to Error Handling in Python