En Tue, 06 Mar 2007 04:57:18 -0300, Martin Unsal <[EMAIL PROTECTED]>  
escribió:

> On Mar 5, 10:06 pm, [EMAIL PROTECTED] (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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to