Creating Linked Lists in Python

andrew cooke andrew at acooke.org
Sat Mar 28 17:11:41 EDT 2009


Aahz wrote:
> In article <mailman.2838.1238247106.11746.python-list at python.org>,
> andrew cooke <andrew at acooke.org> wrote:
>>(I've just noticed that the comments in Sequence are incorrect,
>>unfortunately - please ignore any mention of "index").
>
> s/comments/lies/ per my .sig  ;-)
[...]
> "At Resolver we've found it useful to short-circuit any doubt and just
> refer to comments in code as 'lies'. :-)"

yeah, it's hard.  i tend to add comments as i work through the problem,
but maybe i should delete them all at the end - in that case i originally
had the definition of the regexps and their evaluation all mixed up in the
same objects.  it was chaos.  i find writing a package like that in spare
time is surprisingly hard - more pressure than at work in some ways (want
to do so much more, have much less time).  andrew




More information about the Python-list mailing list