Yes, it can be easier in a sense that you sometimes get the explanation
that you would not have gotten in a obvious manner by reading the code.
If I don't need the answer to the issue right away, and if I want to work
on something else in the meanwhile, it can be better to wait and see what
you wise guys come up with, rather that going head first and grok the
whole context where the piece of code is. Especially if I'm unfamiliar
with that part of the code.
Yes, it's a form of lazyness, but not just for the sake of being lazy ;)
Mathieu
--- Begin Message ---
> Thanks, that's what I was curious about. shoulda grepped but figured
> one of you would know off the top of your head. :)
is posting to 9fans now easier than grep?
probablly not. recently i've been working with a
few non-plan 9 guys, and the ones that take the
time to look at the system are at first appalled
by the simplicity. that's it? really, that's it. i've
learned to ignore that. inevitably, a question
similar to this thread comes up. how to i find xyz.
i get xyz error message. well, g xyz /sys/src.
that's it? really, that's it.
i think the complexity of most systems can knock
one of one's rhythm and forget that it can be
as appalingly simple as grep.
plan 9 is fairly unique in that it's a system one can
reasonablly hope to understand by reading the source.
that's it? really, that's it.
- erik
--- End Message ---