Generic documentation guide-lines for implementation details

Posted by mgj on Stack Overflow See other posts from Stack Overflow or by mgj
Published on 2010-03-27T13:35:35Z Indexed on 2010/03/27 14:23 UTC
Read the original article Hit count: 233

Hi..:)
For documentation and presentation purposes, we often find professionals/students creating SRS, coding guidelines etc. for these things there is some kind of a checklist which one could use to appropriately match what could relate to a specific case and accordingly one does a documentation for each.

On those grounds could you please give me some sort of a checklist( any points/guidelines) one could use for going about Implementation( in the form of Implementation Details) in Python and C++ .

Although this might sound specific as the query is "Implementation Details" and is different for different cases as one goes about the REAL implementation, I just want a SET of guidelines one should follow ( Preferably In Python, C++ specific, even for any other language is Welcome) if this( Implementation Details ) has to also be documented or presented.

Hope the question is clear, I am sorry if it still sounds ambiguous, I guess this is the best I could do to frame my query. Thank you for your time...:)

© Stack Overflow or respective owner

Related posts about python

Related posts about c++