Tag

Frontend

A focused thread through the archive.

Mar 1, 2023

Decoupling UI Copy From API Error Contracts

Users need human-readable error messages. Software needs stable, machine-readable error identifiers. Neither should have to parse the other. That is the boundary I want when building error handling for a web application. …