Class Diagram - Do you use it?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bobby Edward

    Class Diagram - Do you use it?

    Do you use the Class Diagram feature of VS2008? Do you find it useful?


  • Anthony Jones

    #2
    Re: Class Diagram - Do you use it?

    "Bobby Edward" <bobby@nobody.c omwrote in message
    news:e%23YB$5QG JHA.3720@TK2MSF TNGP02.phx.gbl. ..
    Do you use the Class Diagram feature of VS2008? Do you find it useful?
    >
    Yes and yes.

    --
    Anthony Jones - MVP ASP/ASP.NET

    Comment

    • Mark Rae [MVP]

      #3
      Re: Class Diagram - Do you use it?

      "Anthony Jones" <AnthonyWJones@ yadayadayada.co mwrote in message
      news:Oj7jiVWGJH A.224@TK2MSFTNG P06.phx.gbl...
      >Do you use the Class Diagram feature of VS2008? Do you find it useful?
      >
      Yes and yes.
      Ditto.


      --
      Mark Rae
      ASP.NET MVP


      Comment

      • Munna

        #4
        Re: Class Diagram - Do you use it?

        Hi,

        Its very useful...
        I love it..

        Regards

        -------
        Munna




        Comment

        • Bobby Edward

          #5
          Re: Class Diagram - Do you use it?

          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!


          Comment

          • Cowboy \(Gregory A. Beamer\)

            #6
            Re: Class Diagram - Do you use it?

            Most definitely. There are times I am more inclined to use it. I have other
            tools I use daily, like Resharper, VS Property Generator, etc.

            --
            Gregory A. Beamer
            MVP, MCP: +I, SE, SD, DBA

            Subscribe to my blog


            or just read it:


            *************** *************** **************
            | Think outside the box! |
            *************** *************** **************
            "Bobby Edward" <bobby@nobody.c omwrote in message
            news:e%23YB$5QG JHA.3720@TK2MSF TNGP02.phx.gbl. ..
            Do you use the Class Diagram feature of VS2008? Do you find it useful?
            >

            Comment

            • Norm

              #7
              Re: Class Diagram - Do you use it?

              On Sep 18, 10:04 am, "Bobby Edward" <bo...@nobody.c omwrote:
              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!

              Comment

              Working...