On 15 Oct 2000, Lars Gullik Bjønnes wrote:

> John Levon <[EMAIL PROTECTED]> writes:
> 
> | Lars does this guideline also apply to trivial functions like :
> | 
> |     do_something() {
> |             do_it_now();
> |             done = 1;
> |     }
> 
> In principle yes, but often those kind of methods are so trivial that
> they are "obviouly correct". The problem with inlined code is that it
> is so hard to debug.
> 
>         Lgb
> 

Right, thanks fro the clarification, this makes sense to me.

john

-- 
"Whereof one cannot speak, thereof one must be silent."
        - Wittgenstein

Reply via email to