My goal is to add methods and attributes to the class diagram to make it generate stubs of code in the classes.
Here's an example:
If I'm just starting a project. I have a class called tuna
and I want to add the methods swim()
, eat()
and poop()
with it generating stubs. This way by the time I'm done with all the classes and start to code I won't forget what I was thinking.
Could ObjectAid be the wrong tool for the job?