Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: Coming up with good examples in POD

by hippo (Bishop)
on Jul 28, 2020 at 09:22 UTC ( [id://11119892]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Coming up with good examples in POD
in thread Coming up with good examples in POD

I may be missing something, but how is POD not for breaking down the implementations of a module and using it successfully? When I go to read how to use a module I have not seen before, I read the documentation of it.

POD (and user-facing documentation in general) is for describing the purpose and usage of modules and their functions. It is not, in general cases, for describing the internal ways the module achieves its ends as these are very rarely any concern of the user.

For each function/sub/method one could reasonably expect the documentation to include:

  • function name
  • Arguments: types, names/positions, optional/mandatory, defaults, acceptable values
  • Return values: types, names/positions, flag values
  • Conditions which will throw exceptions
  • Prose describing the purpose, side-effects, caveats, context-sensitive matters, etc.
  • Example(s) showing how to call the function with suitable arguments, etc.

In other words, everything to do with the purpose of the call and the interface to it. Everything else internal to the function does not need documenting here (eg. private variables, other functions it calls, etc.).


🦛

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11119892]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2024-03-28 21:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found