matt wrote:
(snip)
> I'd like to hear other's experiences with refactoring in python.  Most
> of the projects I work on are quite small relative to some of the Java
> projects I've worked on.  

Python being much less verbose and much more dynamic than Java, the
LOCs/functionnalities ratio can be very different. So what would be a
medium-size project in Java usually become a small-size project in Python.


-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in '[EMAIL PROTECTED]'.split('@')])"
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to