[REBOL] Re: docs for facets styles for vid?
From: moliad::gmail at: 11-Sep-2009 21:48
Hi all,
The real reference documentation to VID/View is here:
http://www.rebol.com/docs/view-system.html
I refer to it often, still.
VID is just a dialect over view, and just about everything in view is
used directly by the code in VID, so just knowing what view can do, is
the best way to understand VID.
The init and feel code of most styles is also a VERY good place to
look to know how the various styles work. things like the obscure
face/colors & face/fonts block can be understood by looking at these.
-MAx
On Fri, Sep 11, 2009 at 7:02 PM, Carl Read <carl-cybercraft.co.nz> wrote:
> On Friday, 11-September-2009 at 9:18:28 David den Haring wrote,
>
>> Another common response to this question is "Just study the source". Good,
>>comprehensive documentation is hard to write. You take it for granted until
>>it's not available.
>
> But when it's a commercial product, it's the job of those who produced it to provide
the docs for how to use it. It's also terribly inefficient to leave it to others to first
figure out how it works and then explain it. Those who designed it already know how it
works and why it works as it does, (hopefully), so they're the obvious ones to write
the docs. They'll be able to do it quicker and better than hundreds or thousands of users
all studying the source in the hope of figuring out how things work, most of who'll give
up before getting much of a grasp of how it works.
>
> REBOL's supposed to be a better, quicker way to program. But how much time have its
users lost because the View/VID docs were only half done X number of years back and then
left at that stage?