SDK complaining

You have an API that, for whatever reason, uses FIVE different formats for transmitting dates and times.

You also have a Java SDK that will generate the XML requests and parse the responses.

Shouldn’t it be the SDK’s job to convert a standard Date object into the five different formats your XML gateway needs, and convert the responses, instead of making devs keep track of which format you want where and do all the conversion themselves?

On Wandering.shop