Why You Should Prefer Declarative API Designs Over Imperative?

React is declarative. SQL is also declarative. Is there a commonality?

Edward Huang
Better Programming
Published in
5 min readMar 2, 2021

--

Image of flowchart
Provided by author

A lot of our applications nowadays center around APIs. For instance, a lot of the core of our application code communicate through APIs. We built applications by layering them with an understandable abstraction. This abstraction layer is…

--

--