Poll: what documentation method do you use?

J

john maclean

* ri
* source code
* rbbr
* the net/google
* irc and ask
* malining list and ask
* none of the above

--
John Maclean
07739 171 531
MSc (DIC)

Timezone: GMT
 
M

Michael Malone

john said:
* ri
* source code
* rbbr
* the net/google
* irc and ask
* malining list and ask
* none of the above
* "The ruby sidebar" - which I guess falls under the net.
* ri
* google
* more experienced co-worker

=======================================================================
This email, including any attachments, is only for the intended
addressee. It is subject to copyright, is confidential and may be
the subject of legal or other privilege, none of which is waived or
lost by reason of this transmission.
If the receiver is not the intended addressee, please accept our
apologies, notify us by return, delete all copies and perform no
other act on the email.
Unfortunately, we cannot warrant that the email has not been
altered or corrupted during transmission.
=======================================================================
 
P

Phlip

john said:
* malining list and ask

maligning the list? How could we?? (-:
* none of the above

I wrote a QnD documenter called "ripdoc", based on Ruby1.9 Ripper. That means it
uses Ruby's own parse tree to lex Ruby. Then I traverse this tree and emit HTML
with CSS tags.

Then, I documents the test cases. I move the exemplary ones to the top, put them
into thematic order like an outline, and write comments all over them.

This page contains the result:

http://assert2.rubyforge.org/
 
T

Todd Benson

* source code rarely

* rbbr
* the net/google
almost solely the rdoc available on ruby-doc, rarely google
* irc and ask
* malining list and ask
though uncategorized for me, I use the list for learning

irb is your friend and after much experimentation is almost documentation :)

Todd
 
F

Fernando Perez

I used for a long time ruby-doc.org, but now that I discovered that irb
can be tweaked with format=ansi --no-pager --interactive, I'll be using
it more often.

If I have no idea where to look my method for, I sometimes use
railsbrain.com or this mailing-list.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top