On Tue, Mar 29, 2011 at 5:08 PM, Christopher Armstrong <[email protected]> wrote: > I probably use addCallbacks once for every 30-100 addCallback or addErrback > calls I do (counted by lines of code, not times they're executed). But > that's just an off-the-cuff estimate.
For interest's sake, I just ran the numbers on my largest codebase (a proprietary application, sorry); ratio of addCallbacks to (addCallback + addErrback) is around 0.05. -- mithrandi, i Ainil en-Balandor, a faer Ambar _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
