Re: Refactoring in Python.

2005-04-20 Thread Peter Dembinski
[EMAIL PROTECTED] writes: > Investigate the CVS histories of the few 1000s python projects > available at www.sourceforge.net I don't work with these guys :> -- http://www.pdemb.prv.pl -- http://mail.python.org/mailman/listinfo/python-list

Re: Refactoring in Python.

2005-04-19 Thread rkoida
Hello -- http://mail.python.org/mailman/listinfo/python-list

Re: Refactoring in Python.

2005-04-19 Thread Terry Reedy
"Peter Hansen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Terry Reedy wrote: >> Another specifically helpful reference might be Beck's (author?) book on >> Test-Driven Development. Part 1 uses an example in Java, I believe. >> Part 2, I know, uses an example in Python. Ther

Re: Refactoring in Python.

2005-04-19 Thread QuotesViewer
Investigate the CVS histories of the few 1000s python projects available at www.sourceforge.net enjoy -- http://mail.python.org/mailman/listinfo/python-list

Re: Refactoring in Python.

2005-04-19 Thread Peter Hansen
Terry Reedy wrote: Another specifically helpful reference might be Beck's (author?) book on Test-Driven Development. Part 1 uses an example in Java, I believe. Part 2, I know, uses an example in Python. There at least used to be a copy online. The online copy was merely a draft, never brought

Re: Refactoring in Python.

2005-04-19 Thread Terry Reedy
"Peter Dembinski" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Peter> I am trying to write Master Thesis on refactoring Python > Peter> code. Where should I look for information? As best I remember, there has been little posted here over several years other than genera

Re: Refactoring in Python.

2005-04-19 Thread Peter Dembinski
Skip Montanaro <[EMAIL PROTECTED]> writes: > Peter> I am trying to write Master Thesis on refactoring Python > Peter> code. Where should I look for information? > > I'm not sure, but one piece of code to check out would probably > be Bicycle Repair Man, a early-stage prototype refactorin

Re: Refactoring in Python.

2005-04-19 Thread djw
Skip Montanaro wrote: Peter> I am trying to write Master Thesis on refactoring Python code. Peter> Where should I look for information? I'm not sure, but one piece of code to check out would probably be Bicycle Repair Man, a early-stage prototype refactoring tool for Python. I don't recall

Re: Refactoring in Python.

2005-04-19 Thread Skip Montanaro
Peter> I am trying to write Master Thesis on refactoring Python code. Peter> Where should I look for information? I'm not sure, but one piece of code to check out would probably be Bicycle Repair Man, a early-stage prototype refactoring tool for Python. I don't recall where it's hosted.