Go'ing Insane: Endless Error Handling

This page summarizes the projects mentioned and recommended in the original post on /r/programming

Our great sponsors
  • SonarQube - Static code analysis for 29 languages.
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • Mergify - Updating dependencies is time-consuming.
  • go

    The Go programming language

    The problem with try was that it discourages adding additional context to errors and obfuscates the control flow in nested scenarios: https://github.com/golang/go/issues/32825

  • ocaml

    The core OCaml system: compilers, runtime system, base libraries

    OCaml with the musl C library would like a word.

  • SonarQube

    Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.

  • bflat

    C# as you know it but with Go-inspired tooling (small, selfcontained, and native executables)

    Check this out. I know its a toy, but the main code is actually already on the dotnet repos. bflat

  • Gin

    Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.

    ASP.NET is a framework. Getting equivalent behavior in go with a similar framework is trivial. For example, using gin-gonic it's just r.Use(gin.Recovery()) for an arbitrary router r. Needless to say it allows logging too.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts