17:30
2026-08-02
github.com
developer-tools
A stricter TypeScript for a world where AI writes most of the code
A developer proposes TypeScript-Ultra-Strict, a stricter TypeScript variant that removes null, undefined, classes, and var, replacing them with Option<T> and Result<T, E> types, and introduces a macroβ¦