Le samedi 31 mars 2012 à 22:52 +0530, Ashwini Oruganti a écrit : > Any more suggestions?
With meaningful names, it's much easier to see how your design could be improved. So: * OperationInfo: the "Info" part is obviously meaningless. So what you have a concept of "Operation". OK. * GenerateStep and PrintStep: these obviously look like functions, not objects. However, they have a "Step" element in common. That looks like a useful concept, so it should probably be a class... * "Ask the user": you mention this several times, but you never explain how it works. Generally speaking, you say little of substance about UI, except the fact that it exists. If you want to focus on the backend, it's fine, but you need to clarify it. -- 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.
