7

First you make a filthy JSON protocol where numbers are encapsulated into strings.

Then you document this little fact nowhere. Actually you don't document anything at all.

Then you make a shitty parser that ignores any exception. So that when I try to send my objects, it took two hours to figure out it was "my fault" as I was sending actual integers instead of strings.

I think you deserve to suffer a terrible agony for exactly the amount of time I lost.

Comments
  • 0
    If you are talking about me then let me make clear to you that we are open for such modifications so that the end product will be good.
  • 1
    Just don't ignore exceptions. Rethrow the exception, log something, anything. That's all I ask.
Add Comment