I plan to use dia to create an UML diagram, and then dia2code to generate a python code.
The dia examples are useful:
# Operations
def add_update(self):
"""function add_update
returns
"""
But here, i have nothing
return None # should raise NotImplementedError()
I added "But here, i have nothing" in the generated code but is it possible to to do that automatically ? In my utopian world, I can:
edit my UML diagram
update the code of each method, depending on my constantly changing project, into the dia diagram
use dia2code to generate the final code
I used Umbrello to do that but it often crashes on my Mint, I gave up.
Did I miss something in dia ? Do your have a trick to do that ? Do you know another software ?
Thanks in advance for your time,
Bibi