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

Reply via email to