Mark Barton
Member since Feb 28, 2017
- Profile: /members/13456-mark-barton.htm
- Comments: 1
Recent Blog Comments By Mark Barton
-
Programming Is Hard: Reconciling Server-Side And Client-Side "Clean" Architectures
Posted on Feb 28, 2017 at 9:43 AM
For me it seems to make sense to log errors server side and then return proper error status codes to the client and then let the client code deal with an appropriate action (display error to user etc). I think is partly because conceptually server side is the REST API server which is responsible fo... read more »