Comment by stingraycharles
5 days ago
Reminds me a bit of the problem that GraphQL solves for the frontend, which avoids a lot of round-trips between client and server and enables more processing to be done on the server before returning the result.
5 days ago
Reminds me a bit of the problem that GraphQL solves for the frontend, which avoids a lot of round-trips between client and server and enables more processing to be done on the server before returning the result.
And introduce a new set of problems in doing so.
Complexity doesn't go away, it just moves somewhere else.