This is a follow up on my It all comes down to one thing - whether it gets the job done...

Like I said in my original post, the ruby net-ldap package didn't work for me. Couple of days after that, I had the interest to go back, and gave another try. In the end, I was able to make the ruby code work, and it all came down to one thing: document - the document for the ruby package wasn't accurate, and some method didn't do exactly what the document claimed.

Graham Barr did a great job, not only in the sense that his library worked and it was pretty OO, but also his library was well documented and there were plenty of examples came with the document.

As for the ruby library, I went back and checked it's history, appearantly it just got a group of new maintainers (or probably a single new maintainer). I suspect that the document was not a priority for them (not yet).

As a general observation, there are lots can be done to improve ruby document, even the document for the language itself.

Again, Graham Barr did do a good job on documentation!

Peter (Guo) Pei


In reply to Document, document and document by PeterPeiGuo

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



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.