On Mon, Apr 11, 2011 at 11:35 PM, Luke <[email protected]> wrote: > Does anybody here use any class modelling tools to help design class > hierarchies before they begin implementing them? For most things I've > done, I've just jumped in and started coding, but in I think I might > like to explore tools that encourage more upfront thought on the > design before the coding starts. I've checked out this wikipedia > page: > http://en.wikipedia.org/wiki/List_of_UML_tools > and it seems like many of these tools are implemented as Eclipse > plugins and pretty much all are based on UML, does anybody here have > any experience with any of them, or have any thoughts on this approach > to class design?
Can you elaborate which classes you want to create? In Python it is so easy, that I would suggest to simply write it in Python directly and see how it feels. Ondrej -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
