I keep tripping over “true, false, true”
Summary
The article discusses the readability issues caused by boolean flag arguments in function calls (flag arguments/boolean blindness). It argues for clearer APIs, often by using option objects or explicit function names, and provides code examples in JavaScript/TypeScript to illustrate how readability improves at the cost of some verbosity.