|
-
Dec 6th, 2007, 08:40 PM
#1
Thread Starter
Member
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??
-
Dec 6th, 2007, 09:11 PM
#2
Thread Starter
Member
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.
-
Dec 6th, 2007, 09:22 PM
#3
Re: Design documents. [Serious]
Visio is wonderful for making flowcharts...
-
Dec 6th, 2007, 09:52 PM
#4
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
-
Dec 6th, 2007, 11:05 PM
#5
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.
-
Dec 7th, 2007, 01:37 AM
#6
Hyperactive Member
Re: Design documents. [Serious]
Rate my response if I helped
Go Hard Or Go Home
-
Dec 7th, 2007, 02:22 AM
#7
Re: Design documents. [Serious]
-
Dec 7th, 2007, 02:41 AM
#8
Re: Design documents. [Serious]
MS Word. Create some images in Visio, paste into word. No need to go over the top with it.
-
Dec 7th, 2007, 08:04 AM
#9
Thread Starter
Member
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.
-
Dec 7th, 2007, 08:42 AM
#10
Re: Design documents. [Serious]
Checking the VSD into source safe?
-
Dec 8th, 2007, 09:03 AM
#11
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.
-
Dec 8th, 2007, 09:04 AM
#12
Re: Design documents. [Serious]
 Originally Posted by mendhak
Checking the VSD into source safe?
source safe. Nice one.
I don't live here any more.
-
Dec 10th, 2007, 08:41 AM
#13
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
-
Dec 10th, 2007, 09:39 AM
#14
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
-
Dec 10th, 2007, 03:14 PM
#15
Re: Design documents. [Serious]
Moved. Please don't post technical questions in the General Discussion / Chit Chat forum.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|