Class Diagram - Do you use it?

  • Thread starter Thread starter Bobby Edward
  • Start date Start date
B

Bobby Edward

Do you use the Class Diagram feature of VS2008? Do you find it useful?
 
Is the Class Designer mostly just a visual aid to see the relationships
between classes, to setup a 'template' for the methods, properties, etc?

Is that the basic idea?

Thanks!
 
Is the Class Designer mostly just a visual aid to see the relationships
between classes, to setup a 'template' for the methods, properties, etc?

Is that the basic idea?

Thanks!

The visual aspect is nice, but I generally use it to create a
'template' as you say. Saves a lot of typing.
Note: After I create the 'template', I go through and add a " 'TODO:"
in every property, method, etc. Its a nice way to keep track of what
you have implemented while developing.

Happy coding!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top