January 10, 2020

Weekend long read suggestions 2020/02

Happy 2020!

Elixir

Go

  • eris: a better way to handle, trace, and log errors in Go

    Basic error wrapping was added in Go 1.13, but it omitted user-friendly Wrap methods and built-in stack tracing. Other error packages provide some of the features found in eris but without flexible control over error output formatting. This package provides default string and JSON formatters with options to control things like separators and stack trace output.

Infrastructure

Rust

General