Em Quarta 26 Abril 2006 12:14, Tim Lesher escreveu: > > Actually, what happened is that we had a known, unrelated issue with > our Sybase DB. Sybase gave us an update to fix the issue. We testing > it hard for a week (including all our scripts, and with copies of > "live" data), saw no issues, and deployed it. Problem fixed.
(...) Ouch. This is a hard to catch bug. I believe that there's no way to test all conditions, but testing combinations of actions is really not feasible at all. Too much work for too little result. > Sybase's response was "No, it's not a bug; we just don't implement > that part of the spec. We'll change the documentation in the next > release." Those bastards... Too easy to say that billing $150 / hour. > Right now, I'm working on an in-house project that will only be used > by our developers and isn't on the critical path for our software > releases, so I'm comfortable with alpha releases, pulling patches from > Trac, etc. If I were working on something more mission-critical, I'd > be using TG 0.8, and widgets be damned. :-) Widgets and Identity saved me so much code that I decided migrating to 0.9 for production. I'm happy with that :-) > I just wanted to make the point that an implemented-but-undocumented > feature isn't _always_ better than not having the feature at all. Some > people (like me right now) would rather have the feature; others (like > me on the Sybase project) would rather have the documentation. :-) I'd rather have both. Specially because writing some docstrings is not hard at all and a simple "pydoc" could be used to show them. Very clean, fast and helpful. It would also help people writing documentations and books. But this is something that I miss in a lot of Python libraries, modules, frameworks. Python itself lacks a lot of documentation (and coming from Perl, where we have example in the docs I miss them much more!). -- 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 -~----------~----~----~----~------~----~------~--~---

