software Engineering documentation - Stack Overflow most recent 30 from stackoverflow.com 2009-12-10T21:13:32Z http://stackoverflow.com/feeds/question/80116 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/80116/software-engineering-documentation 2 software Engineering documentation jazzrai 2008-09-17T04:53:08Z 2008-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#80166 0 Answer by Chris Bunch for software Engineering documentation Chris Bunch 2008-09-17T05:02:21Z 2008-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#84570 0 Answer by Alex Miller for software Engineering documentation Alex Miller 2008-09-17T15:35:14Z 2008-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#84686 1 Answer by Alex Miller for software Engineering documentation Alex Miller 2008-09-17T15:44:23Z 2008-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>