Project organization and import

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Tue Mar 6 03:46:13 EST 2007


En Tue, 06 Mar 2007 04:57:18 -0300, Martin Unsal <martinunsal at gmail.com>  
escribió:

> On Mar 5, 10:06 pm, a... at mac.com (Alex Martelli) wrote:
>> My favorite way of working: add a test (or a limited set of tests) for
>> the new or changed feature, run it, check that it fails, change the
>> code, rerun the test, check that the test now runs, rerun all tests to  
>> [...]

> From the way you describe your workflow, it sounds like you spend very
> little time working interactively in the interpreter. Is that the case
> or have I misunderstood?

FWIW, I only work interactively with the interpreter just to test some  
constructs, or use timeit, or check code posted here... Never to develop  
production code. That's why I don't care at all about reload(), by example.

-- 
Gabriel Genellina




More information about the Python-list mailing list