Re: Code generation or forms?

On 13 Jun 2005, at 23:16, Jan Algermissen wrote:
>>
>> I go to buy a book from Amazon, fill in their form, but then realise
>> i left my credit card at the office. An hour later, back from work
>> I complete the form. If in the meantime Amazon change the service
>> in an incompatible way, my request will fail.
>
> Incompatible with WHAT????

If the service suddenly expects the client to send the
credit card number using a different parameter name,
or starts rejecting country codes of "uk" then that would be
an incompatible change and the client would fail, regardless
if it's a form or a generated Python stub.

--
http://blog.whatfettle.com

Received on Monday, 13 June 2005 22:34:03 UTC