software Engineering documentation - Stack Overflow most recent 30 from stackoverflow.com2009-12-10T21:13:32Zhttp://stackoverflow.com/feeds/question/80116http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/80116/software-engineering-documentation2software Engineering documentationjazzrai2008-09-17T04:53:08Z2008-09-17T15:44:23Z
<p>Can anyone suggest where can i find the best software engineering project documentation. I need to do on project for my studies. If i had an sample project would have saved lot of time for me.</p>
http://stackoverflow.com/questions/80116/software-engineering-documentation/80166#801660Answer by Chris Bunch for software Engineering documentationChris Bunch2008-09-17T05:02:21Z2008-09-17T05:02:21Z<p>Check out <a href="http://freshmeat.net" rel="nofollow">freshmeat.net</a>: they have a great selection of open-source projects. Presumably some of them would have some documentation in it.</p>
http://stackoverflow.com/questions/80116/software-engineering-documentation/84570#845700Answer by Alex Miller for software Engineering documentationAlex Miller2008-09-17T15:35:14Z2008-09-17T15:35:14Z<p>You can find a design doc template that I use here:
<a href="http://tech.puredanger.com/2007/10/25/design-doc-template/" rel="nofollow">http://tech.puredanger.com/2007/10/25/design-doc-template/</a></p>
<p>The only other doc I use regularly are test plans, although I can usually talk a QA engineer into writing one of those.</p>
http://stackoverflow.com/questions/80116/software-engineering-documentation/84686#846861Answer by Alex Miller for software Engineering documentationAlex Miller2008-09-17T15:44:23Z2008-09-17T15:44:23Z<p>If you want to read something incredibly dry and academic, the SWEBOK (Software Engineering Book of Knowledge), can help you out:</p>
<p><a href="http://www.swebok.org/" rel="nofollow">http://www.swebok.org/</a></p>