views:

289

answers:

3

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.

A: 

Check out freshmeat.net: they have a great selection of open-source projects. Presumably some of them would have some documentation in it.

Chris Bunch
A: 

You can find a design doc template that I use here: http://tech.puredanger.com/2007/10/25/design-doc-template/

The only other doc I use regularly are test plans, although I can usually talk a QA engineer into writing one of those.

Alex Miller
+1  A: 

If you want to read something incredibly dry and academic, the SWEBOK (Software Engineering Book of Knowledge), can help you out:

http://www.swebok.org/

Alex Miller