Code review

I’m not sure what you find difficult about RDoc; it’s a simple
text-based documentation tool. It’s not really built for code
reviews but for documentation of the code while you’re writing it.

-austin
– Austin Ziegler, austin@halostatue.ca on 2002.12.17 at 08.12.37

Hi Austin,
I was not so clear. We want to explore source code, so we started to look at Rdoc sources, but they are too difficult to understand, so we are looking for something simpler.

bye
Davide

Hi, Davide.

I was not so clear. We want to explore source code, so we started to look
at Rdoc sources, but they are too difficult to understand, so we are
looking for something simpler.

One utility that may fit your exploration need is log4r

     http://www.ruby-lang.org/raa/list.rhtml?id=87

This is a text logger, written by Leon Torres, that is about
the size you mention. Leon has done an excellent job of
designing the system in an OO manner, and the code is well
commented.

-mark.

···

At 10:22 PM 12/17/2002 +0900, you wrote: