[Python-3000] Abilities / Interfaces

Bill Janssen janssen at parc.com
Thu Nov 23 03:20:18 CET 2006


> Bill Janssen wrote:
> 
> > I seem to spend a lot of time inside functions looking over values and
> > figuring out what to do do with them,
> 
> If you're really spending that much time doing
> things like that, I'd strongly suggest you take
> a step back and re-think your APIs.
> 
> --
> Greg

Typically, they're values that I've gotten back from other people's
APIs (another reason not generic functions alone don't solve enough of
the problem).  I seem to like to do things that they hadn't thought
of :-).

Bill


More information about the Python-3000 mailing list