I've been reading into design-first vs. code-first API development. This could just be me being naive, but why have these approaches not been combined? For example, design a spec and generate the boilerplate code, and from there use spec generation to make maintenance and updates easier?
Comments