DEV Community

[Comment from a deleted post]
Collapse
 
mortoray profile image
edA‑qa mort‑ora‑y

I rebuilt the backend in Go. Go forces me to handle errors at every corner.

I disagree. Code with explicit error handling is either:

  • impossible to read
  • not doing enough error handling

See the necessity of exceptions