Thread: UML...Do I need it?

  1. #1
    Registered User
    Join Date
    May 2008
    Posts
    16

    UML...Do I need it?

    Hi guys

    I have just started learning C++, using a dummie books. I came across some information about UML, which sounds interesting. Unfortunatly I am kind of short on time. Now here is the question(s). Is it worth my time to learn UML, as i have need to code something big. and if so, is there any free tools availble? if someone can code-fu chops these two quesiton in the head for me that will be great.

    Regards

    Grasshopper Esq.

  2. #2
    Registered User
    Join Date
    Apr 2008
    Posts
    890
    Quote Originally Posted by GrasshopperEsq View Post
    Hi guys

    I have just started learning C++, using a dummie books. I came across some information about UML, which sounds interesting. Unfortunatly I am kind of short on time. Now here is the question(s). Is it worth my time to learn UML, as i have need to code something big. and if so, is there any free tools availble? if someone can code-fu chops these two quesiton in the head for me that will be great.
    You should know how to read the more common diagrams at least (sequence, class, etc.). However, it almost two decades in the business I've rarely seen proper UML. Most design docs I've seen/written use simple higher level bubble or block system diagrams to convey architecture.

    Rarely do I see designs down to the level of detail where UML is useful on a large scale. Maybe to describe a module or two, but not an entire system. And there are tools that will read code and spit out UML diagrams from it, but I'd rather look at an API generated by Doxygen.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. UML Of C Code
    By forumuser in forum C Programming
    Replies: 4
    Last Post: 11-08-2008, 07:08 AM
  2. UML & Rational Rose
    By ventolin in forum Tech Board
    Replies: 4
    Last Post: 02-05-2005, 04:45 AM
  3. priliminary UML diagram for beverage prog
    By curlious in forum C++ Programming
    Replies: 0
    Last Post: 12-22-2004, 02:47 PM
  4. UML and C++: Your Thoughts
    By Mister C in forum C++ Programming
    Replies: 5
    Last Post: 03-16-2003, 12:56 PM
  5. UML question
    By endo in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 07-05-2002, 06:09 AM