Kay Schluehr wrote:
> pcmanlin wrote:
> > because i have a problem that python's oo feature is so great, but
> > maybe when the project become larger, python's no-declaration cannot
> > mapping the design to practice?
> >
> > I am not sure about it.

I don't know if there are any tools that convert UML to Python code,
but that doesn't stop you working with UML diagrams if you choose, and
then hand-coding the classes later. Just remember that one of the major
purposes of using UML for big up-front design is to save you from
having to do a lot of refactoring later, but in Python this is rarely a
difficult task.

-- 
Ben Sizer

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

Reply via email to