What's the single most important piece of documentation? - Stack Overflow most recent 30 from stackoverflow.com2009-11-27T14:49:28Zhttp://stackoverflow.com/feeds/question/177576http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/177576/whats-the-single-most-important-piece-of-documentation16What's the single most important piece of documentation?Arne Evertsson2008-10-07T08:20:56Z2008-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#1775839Answer by David for What's the single most important piece of documentation?David2008-10-07T08:24:48Z2008-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#1775877Answer by brian d foy for What's the single most important piece of documentation?brian d foy2008-10-07T08:25:16Z2008-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#1775905Answer by Andrew for What's the single most important piece of documentation?Andrew2008-10-07T08:26:00Z2008-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#1775913Answer by Throctukes for What's the single most important piece of documentation?Throctukes2008-10-07T08:26:07Z2008-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#1776020Answer by Suma for What's the single most important piece of documentation?Suma2008-10-07T08:29:44Z2008-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#17760329Answer by Arne Evertsson for What's the single most important piece of documentation?Arne Evertsson2008-10-07T08:29:47Z2008-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#1776501Answer by TK for What's the single most important piece of documentation?TK2008-10-07T08:47:34Z2008-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#1776636Answer by Torbjörn Gyllebring for What's the single most important piece of documentation?Torbjörn Gyllebring2008-10-07T08:51:52Z2008-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#1776744Answer by Greg Dean for What's the single most important piece of documentation?Greg Dean2008-10-07T08:54:29Z2008-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#1776974Answer by Amir Arad for What's the single most important piece of documentation?Amir Arad2008-10-07T09:02:46Z2008-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#1777011Answer by Ash for What's the single most important piece of documentation?Ash2008-10-07T09:03:09Z2008-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#1778790Answer by questzen for What's the single most important piece of documentation?questzen2008-10-07T10:31:12Z2008-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#1779070Answer by Andrew Taylor for What's the single most important piece of documentation?Andrew Taylor2008-10-07T10:42:43Z2008-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#1781630Answer by Peter Boughton for What's the single most important piece of documentation?Peter Boughton2008-10-07T12:11:31Z2008-10-07T12:11:31Z<p>What the <strong>business rules</strong> & 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#1781640Answer by David Robbins for What's the single most important piece of documentation?David Robbins2008-10-07T12:11:37Z2008-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#1787571Answer by Carl for What's the single most important piece of documentation?Carl2008-10-07T14:38:07Z2008-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#1790100Answer by Glomek for What's the single most important piece of documentation?Glomek2008-10-07T15:23:13Z2008-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#1816350Answer by louism for What's the single most important piece of documentation?louism2008-10-08T07:17:15Z2008-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#1850890Answer by elmnoise for What's the single most important piece of documentation?elmnoise2008-10-08T21:57:24Z2008-10-08T21:57:24Z<p>A list of administrator logins.</p>