vote up 1 vote down star
2

Hello,

I have to write a programmer guide. What is the general structure of the programmer guide?

flag
Can you be more specific? What is this guide for? Is it for maintenance programmers to maintain an existing body of software? Is it a reference manual for an API or plugin architecture? – Greg Hewgill Aug 7 at 4:52
Programmer's guide for what part of the technology stack? Language? Database? ORM? Other Middleware? Template Engine? Inference Engine? Application? Model Layer? – S.Lott Aug 7 at 5:01
The objective of the programmer guide is to enable the new programmer who joins the team to understand the application source code and understand the design of the application quickly. – vadai Aug 13 at 6:23
Its for the Application. – vadai Aug 13 at 6:24

2 Answers

vote up 1 vote down

Here is a typical style the government uses. It is relatively straightforward to write manuals in this style. You get to decide what the section headings should be.

http://www.fhasecure.gov/offices/cio/sdm/devlife/tempchecks/umtemplate.doc

link|flag
vote up 0 vote down

I suggest you look at some other programming guides, see what they do and avoid. Read reviews on websites like Amazon and see what people recommend here, and for what reasons.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.