Subject: Re: Python comparision: you sure about that?
From: "Johan Sundström (Achtung Liebe!) @ Pike (-) importmöte för mailinglistan" <6341@lyskom.lysator.liu.se>
Date: Sat, 9 Feb 2008 AD 14:15:02 -0500

> > It's hell to grep for operator induced bugs in a big codebase
> > and less so to grep for all occurrences of This.big.ugly.boilerplate()
> > type API. :-)
>
> we need Parser.grep()
> a function that is able to search sourcecode for the occurane of a
> token.

To be useful for this, it would have to do a whole lot more than that;
the thing you want to grep for is division of a string value by an
integer value.

Return to results