Hacker News new | ask | show | jobs
by tnolet 976 days ago
How is designing an API in YAML “fast”? Isn’t using code much, much faster for the average dev?
1 comments

Speaking personally as a full stack engineer, unless the backend is completely trivial to implement I find it much faster and more efficient to write and iterate JSON schema while implementing frontend features than actually implement backend logic first.