Validation, Docs, tests, and database schemas from one source of truth

10 pointsposted 9 hours ago
by justhamade

4 Comments

eska

4 hours ago

Aren’t the generated tests superfluous since they just test whether the framework implements validation correctly? This should already be tested at the framework level and add no value?

uKVZe85V

7 hours ago

This is an example of a current trend: tools that help both humans and AI. Since both perform cognitive work, anything that makes that work easier benefits both.

justhamade

9 hours ago

TypeScript-first API framework built on the idea that an API's specification, implementation, validation, and tests should never drift apart, because they are the same thing.