Tom Lane wrote:
Simon Riggs <[EMAIL PROTECTED]> writes:
On Sun, 2007-12-16 at 07:58 -0800, Joshua D. Drake wrote:
Bruce Momjian wrote:
I think these are
documented-in-the-source-code type issues.
If they are an API they need to be documented. Code is poor (even well
documented code) substitute for good old fashioned docs.
Agreed.
I don't agree --- I think the above opinion is rooted in closed-source
documentation practices where you *have to* document things without
reference to the code. In an open-source situation the ground rules
are completely different, and we shouldn't make unnecessary work for
ourselves.
No it is not rooted in closed-source documentation practices. It is
rooted is Professional documentation practices.
Also, if you think any of these are APIs in the sense that we promise
never to change them, you're mistaken. (Again, it's not so much the
hook itself that's the problem, as all the stuff that the hooked-in
function needs to know about.)
I believe Simon's point is not invalidated by this email. If anything it
reinforces it. We are not looking for War and Peace, we are looking for
overview.
An overview can be as simple as discussing in broad strokes what the
each API is for, the current function set and points to where in the
code to look for further information.
Sincerely,
Joshua D. Drake
---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend