What's the single most important piece of documentation? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T14:49:28Z http://stackoverflow.com/feeds/question/177576 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/177576/whats-the-single-most-important-piece-of-documentation 16 What's the single most important piece of documentation? Arne Evertsson 2008-10-07T08:20:56Z 2008-11-29T14:14:11Z <p>You are joining a project to maintain an existing system. There is no written documentation at all, but the previous team offers to write <em>one</em> piece of documentation. And they are going to let you decide what it should cover: What is the single most important piece of documentation?</p> <p>This is a poll: give only one document type per answer and let other readers vote.</p> http://stackoverflow.com/questions/177576/whats-the-single-most-important-piece-of-documentation/177583#177583 9 Answer by David for What's the single most important piece of documentation? David 2008-10-07T08:24:48Z 2008-10-07T08:24:48Z <p>Full system test specification for the whole system.</p> http://stackoverflow.com/questions/177576/whats-the-single-most-important-piece-of-documentation/177587#177587 7 Answer by brian d foy for What's the single most important piece of documentation? brian d foy 2008-10-07T08:25:16Z 2008-10-07T08:25:16Z <p>If I can only get one doc, I want to know the overall design and how things are supposed to fit together and work with each other. The hardest part of any new system is figuring out the landscape.</p> http://stackoverflow.com/questions/177576/whats-the-single-most-important-piece-of-documentation/177590#177590 5 Answer by Andrew for What's the single most important piece of documentation? Andrew 2008-10-07T08:26:00Z 2008-10-07T08:26:00Z <p>A high level roadmap. Where do I find the major functional areas, and how do they tie together?</p> http://stackoverflow.com/questions/177576/whats-the-single-most-important-piece-of-documentation/177591#177591 3 Answer by Throctukes for What's the single most important piece of documentation? Throctukes 2008-10-07T08:26:07Z 2008-10-07T08:38:09Z <p><a href="http://www.stack.nl/~dimitri/doxygen/" rel="nofollow">Doxygen</a> (or doxygen-like) documentation for the source code. Completed, please, no forgetting to write the tags for half the classes.</p> http://stackoverflow.com/questions/177576/whats-the-single-most-important-piece-of-documentation/177602#177602 0 Answer by Suma for What's the single most important piece of documentation? Suma 2008-10-07T08:29:44Z 2008-10-07T08:29:44Z <p>Crazy question - "one piece"? What is the "piece" of documentation?</p> <p>My request would be to create a "complete documentation, at least 500 pages of written text". Is that one piece? :)</p> http://stackoverflow.com/questions/177576/whats-the-single-most-important-piece-of-documentation/177603#177603 29 Answer by Arne Evertsson for What's the single most important piece of documentation? Arne Evertsson 2008-10-07T08:29:47Z 2008-10-07T08:29:47Z <p><strong>How to set up the development environment</strong>: A step-by-step instruction which gives you a complete environment in which to check-in/check-out code, build, debug, deploy, test, run and perform all your daily tasks.</p> http://stackoverflow.com/questions/177576/whats-the-single-most-important-piece-of-documentation/177650#177650 1 Answer by TK for What's the single most important piece of documentation? TK 2008-10-07T08:47:34Z 2008-10-07T08:47:34Z <p>Contact details for the original development team.</p> <p>Failing that, I would definatly say a software build document describing how to manage, modify and build the codebase. Alongside a list of known 'gotchas'.</p> http://stackoverflow.com/questions/177576/whats-the-single-most-important-piece-of-documentation/177663#177663 6 Answer by Torbjörn Gyllebring for What's the single most important piece of documentation? Torbjörn Gyllebring 2008-10-07T08:51:52Z 2008-10-07T08:51:52Z <p>A Good (TM) description of the problem domain and what the application is supposed to do.</p> http://stackoverflow.com/questions/177576/whats-the-single-most-important-piece-of-documentation/177674#177674 4 Answer by Greg Dean for What's the single most important piece of documentation? Greg Dean 2008-10-07T08:54:29Z 2008-10-07T08:54:29Z <p>Detailed requirements of what the application is supposed to do. Good luck though, I have never managed to get this. Even from an army of documenters, willing to write billions of documents.</p> http://stackoverflow.com/questions/177576/whats-the-single-most-important-piece-of-documentation/177697#177697 4 Answer by Amir Arad for What's the single most important piece of documentation? Amir Arad 2008-10-07T09:02:46Z 2008-10-07T09:29:56Z <p>obviously there's no real answer to this situation. whatever technical documentation you choose, you're going to have to dig into the system and figure it out. IMHO, and I'm not trying to be a smart ass here, the most important piece of documentation in this case is "<strong>how things got to be the way they are</strong>"- an organization politics/resources review of the conditions that led to the "no documentation and project is being transferred to another team" situation.</p> http://stackoverflow.com/questions/177576/whats-the-single-most-important-piece-of-documentation/177701#177701 1 Answer by Ash for What's the single most important piece of documentation? Ash 2008-10-07T09:03:09Z 2008-10-07T09:03:09Z <p>Not documentation in the traditonal sense, but a virtual machine or ghosted image of the working build/test machine would be very useful. </p> <p>How to set up the development environment would be most useful though.</p> http://stackoverflow.com/questions/177576/whats-the-single-most-important-piece-of-documentation/177879#177879 0 Answer by questzen for What's the single most important piece of documentation? questzen 2008-10-07T10:31:12Z 2008-10-07T10:31:12Z <p>For existing projects, assuming that the testing is end to end, the test scripts act as an accurate source of status-quo. Most often documents don't get uplifted to represent the updates, but test cases are. However, the test cases are seriously limited in that they fail to provide the rational behind why the system is designed so/exists so. An architecture diagram is needed complement this. </p> http://stackoverflow.com/questions/177576/whats-the-single-most-important-piece-of-documentation/177907#177907 0 Answer by Andrew Taylor for What's the single most important piece of documentation? Andrew Taylor 2008-10-07T10:42:43Z 2008-10-07T10:42:43Z <p>Step-by-Step disaster recovery procedure.</p> http://stackoverflow.com/questions/177576/whats-the-single-most-important-piece-of-documentation/178163#178163 0 Answer by Peter Boughton for What's the single most important piece of documentation? Peter Boughton 2008-10-07T12:11:31Z 2008-10-07T12:11:31Z <p>What the <strong>business rules</strong> &amp; reasons for each decision are.</p> <p>Everything else can be done by any good developer - but without knowing the business reasons for functionality, you're doomed.</p> http://stackoverflow.com/questions/177576/whats-the-single-most-important-piece-of-documentation/178164#178164 0 Answer by David Robbins for What's the single most important piece of documentation? David Robbins 2008-10-07T12:11:37Z 2008-10-07T12:11:37Z <p>For databases ERD. All else, unit tests.</p> http://stackoverflow.com/questions/177576/whats-the-single-most-important-piece-of-documentation/178757#178757 1 Answer by Carl for What's the single most important piece of documentation? Carl 2008-10-07T14:38:07Z 2008-10-07T14:38:07Z <p>Project log - we're great believers that when key decisions are made you should be recording why you chose to go down a particular route and <em>more importantly</em> why you chose <em>not</em> go down an alternative route.</p> <p>Having this in place helps to stop future developers from making the same mistakes again and wasting a lot of time.</p> http://stackoverflow.com/questions/177576/whats-the-single-most-important-piece-of-documentation/179010#179010 0 Answer by Glomek for What's the single most important piece of documentation? Glomek 2008-10-07T15:23:13Z 2008-10-07T15:23:13Z <p>I want the docs for all of the data structures. When and how they are used, what each of their members are, and what they store. I especially want to know how the data structures map to the problem being solved. If I understand the data structures, then I can often skip most of the code, because I can guess what it does. If I don't understand the data structures, then I need to read a bunch of code to figure out when and how they are changed and what they're supposed to hold and why.</p> http://stackoverflow.com/questions/177576/whats-the-single-most-important-piece-of-documentation/181635#181635 0 Answer by louism for What's the single most important piece of documentation? louism 2008-10-08T07:17:15Z 2008-10-08T07:17:15Z <p>this is a pretty good question, not that you would ever get a situation like this (you will generally get zero documentation). </p> <p>my choice is a toss-up between two things: a system test plan as others have said, so no surprise there. reason being is that test-cases teach you how the software works. at least the style of test plan i use does (i did a blog article on this, shameless plug -> <a href="http://pm4web.blogspot.com/2008/07/writing-system-test-plan.html" rel="nofollow">http://pm4web.blogspot.com/2008/07/writing-system-test-plan.html</a>).</p> <p>the other one i would go with, and this may seem a little strange, so bare with me - is a project schedule. i dont know how relevant this would be for an already established system, but i have had it a few times now where ive arrived at a new company and been greeted with a disaster zone (i.e. projects running behind schedule, clients laying siege to our office, etc). the single biggest help would of been if i stopped and created a project schedule, outlining all the tasks needed to achieve the business objectives. you cant create a decent schedule without understanding the system along the way. </p> <ul> <li>LM</li> </ul> http://stackoverflow.com/questions/177576/whats-the-single-most-important-piece-of-documentation/185089#185089 0 Answer by elmnoise for What's the single most important piece of documentation? elmnoise 2008-10-08T21:57:24Z 2008-10-08T21:57:24Z <p>A list of administrator logins.</p>