Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

My thoughts:

  • Comment for two people: the person you want take over your code and one person in the whole world you would most hate to maintain your code.

  • If you use something "elegant," document it. Either in comments or supporting material.

  • If you use something taken from somewhere else, cite it and make sure copies are saved in the project folder.

  • Explain the idea, not the action. I can tell that a loop increments or sets certain values. I may not know why that's necessary.

  • Document business rules and data structures very carefully. Discuss requires relationships, indices, validations, ranges, and dependencies.

  • Explain the purpose of your programs, your subroutines, and how variables are intended to be used. Include discussions of non-supported parameters, values, and data types.

  • Carefully explain hacks and workarounds, just in case the problem being worked around eventually gets fixed.

  • Describe build processes and dependencies very carefully...just in case your manager (or an intern) needs to re-compile after you've left.

  • Update your comments as you maintain your code.

  • Spell check your comments and fix typos.

  • Include contact information as appropriate. If it's a business project, include telephone numbers and email addresses of the development manager and the project sponsor.

  • Cross-reference to other documentation as appropriate. If there's a specification, refer to it. If you're fixing a bug, include the bug number, your initials, and a very breif description of what was changed.

When finished, ask yourself if you would find the available information adequate if you were handed the project cold, off the street. If not, you need more.

I've mentioned previously that I tend to over-comment. However, I believe that far too much information is lost during the development of a project. Information that must be re-discovered during each development phase. This unnecessaily increases the cost and burden of maintenance. A 1:1 ratio may be extreme to some, but it's better than 0:1.

Keep in mind that it's very easy to keep a text editor open while you're coding. Use this to collect tidbits for external documentation.

--f

Update: danger pointed out that I accidentally wrote "too little" when I meant "too much." Oops.... :-} Fixed.


In reply to Re: Another commenting question, by footpad
in thread Another commenting question, by scottstef

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-20 02:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found