Files
diachron/docs/nomenclature.md
2026-02-08 08:04:49 -05:00

480 B

diachron uses Call and Result for its own types that wrap Request and Response.

This hopefully will make things less confusing and avoid problems with shadowing.

meta

  • We use algorithmic complexity for performance discussions, when things like Big-O come up, etc

  • We use conceptual complexity for design and architecture

  • We use cognitive load when talking about developer experience

  • We use operational burden when talking about production reality