Results 1 to 15 of 15

Thread: Design documents. [Serious]

  1. #1

    Thread Starter
    Member chocoloco's Avatar
    Join Date
    Mar 2006
    Posts
    42

    Design documents. [Serious]

    Just wondering what everybody uses here to create their design documents? Are there any good tools out there that can help aid the design process in the software design phase??

  2. #2

    Thread Starter
    Member chocoloco's Avatar
    Join Date
    Mar 2006
    Posts
    42

    Re: Design documents. [Serious]

    I have a problem with writing design docs. For one thing, I cannot find any good tools. For instance, in design docs if we're using a namespace, that we actually change in code later. We've to go back and update all the design docs with the new name. These things should be handled better somehow .. preferably using a tool.

    Just wondering if anyone has any suggestions, hard to believe everyone is flying by the seat of their pants. Someone must have encountered similar issues before.

  3. #3
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: Design documents. [Serious]

    Visio is wonderful for making flowcharts...

  4. #4
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 2002
    Location
    Victoria, Australia
    Posts
    4,246

    Re: Design documents. [Serious]

    The Rose Model editor that comes with Visual Studio 6 is meant for design documents isn't it?

    I personally have folders dedicated to design documents.. which I've drawn by hand.

    chem

    Visual Studio 6, Visual Studio.NET 2005, MASM

  5. #5
    Frenzied Member oceanebelle's Avatar
    Join Date
    Jun 2005
    Location
    my n00k.
    Posts
    1,064

    Re: Design documents. [Serious]

    There is Jude community for Object Oriented Design. Personally I like Visio. Some coworkers use another tool, smart draw which I think is cool too. I just haven't gotten around to actually using it.

  6. #6
    Hyperactive Member Foxer's Avatar
    Join Date
    Oct 2001
    Location
    Australia
    Posts
    278

    Re: Design documents. [Serious]

    MS Word FTW!
    Rate my response if I helped

    Go Hard Or Go Home


  7. #7
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Design documents. [Serious]

    Pen and paper.

  8. #8
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Design documents. [Serious]

    MS Word. Create some images in Visio, paste into word. No need to go over the top with it.

  9. #9

    Thread Starter
    Member chocoloco's Avatar
    Join Date
    Mar 2006
    Posts
    42

    Re: Design documents. [Serious]

    Yes, but that (visio) hardly addresses my problems.

    If the class changes during coding, we have to go back and update the visio diagram in every document that refered that diagram. It should be more like a central repository thing. Change the diagram in one place and every document should somehow get updated with the new diagram.

    Looks like everyone is doing what I am doing.

  10. #10
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Design documents. [Serious]

    Checking the VSD into source safe?

  11. #11
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Design documents. [Serious]

    At work we use Mind Manager (*.mmap) which is excellent but not free.
    At home I use VYM which is free but not excellent (it does the job though).

    Mind Manager has some nice features like timescales and resource allocation and you can export to a word document easily.

    That said, its not specifically aimed at software development so there are probably a lot of better tools out there. The nature of the software we write is not exactly mainstream anyway so it suits us just fine.
    I don't live here any more.

  12. #12
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Design documents. [Serious]

    Quote Originally Posted by mendhak
    Checking the VSD into source safe?

    source safe. Nice one.
    I don't live here any more.

  13. #13
    Super Moderator FunkyDexter's Avatar
    Join Date
    Apr 2005
    Location
    An obscure body in the SK system. The inhabitants call it Earth
    Posts
    7,957

    Re: Design documents. [Serious]

    erm... shouldn't you be changing the design document and then changing the class. Design informs implementation, it doesn't describe it.
    The best argument against democracy is a five minute conversation with the average voter - Winston Churchill

    Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd

  14. #14
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Design documents. [Serious]

    Word and Visio -- and when changes are made to the class..... it's a new design document. The current functionality is re-documented, with respect to the parts that will be changed and/or affected by the change. The only time something gets fully documented is on the first pass. We've got a lot of areas undocumented, so on the next major revision to it, it gets fully documented. After that, only the parts changing get documented.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  15. #15

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width