Seeking advice on system documentation
Posted
by
Shadders
on Programmers
See other posts from Programmers
or by Shadders
Published on 2012-10-30T11:46:09Z
Indexed on
2012/10/30
17:19 UTC
Read the original article
Hit count: 273
documentation
|documentation-generation
I have a rating engine (it is basically an algorithm) which when I started had no formal documentation. We have created a functional specification/decomposition which is our business level document but now I need something more technical (a technical specification).
What I am struggling to understand is what that document looks like, what format it should be in and to what level of detail we should go into.
We are in the process of commenting all of the code. We also have a rough document called a Blueprint which reflects the flow of the model and is written in pseudo code. Is the combination of this blueprint and the model comments sufficient as a Technical Specification?
© Programmers or respective owner