how to present Python's OO feature in design?

Ben Sizer kylotan at gmail.com
Mon Nov 7 04:52:59 EST 2005


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




More information about the Python-list mailing list