"Jeff Marshall" <[EMAIL PROTECTED]> writes: > One place I have found that you really need to consider using **kw > (besides the mega 50 input forms and widgets people have mentioned) is > when you are exposing a public API. There's nothing worse than sending > back a "500 Server Error" in production mode when someone using the API > doesn't supply a required parameter. It's much nicer to use **kw and > send back a relevant error message.
Hmmm... But a public API comes together with docs and is usually used by developers. They should take care that all required parameters are present or provide some default. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

