On Wed, Jul 17, 2002 at 03:31:16PM +0100, Angus Leeming wrote:
> You should add a note to the user of the preferences dialog:

Ok.

But as I have this file in the editor now: Would anybody mind me changing
things like

 string str;
 if (...) {
   str = ...
 } else if (...) {
   str =...
 }
 return str;

to 

 if (...)
   return ...
 if (...)
   return ...
 return string();

? I find this more readable as I do not have to scroll down to learn that
str is no further modified and it might save a copy as well.

Andre'


-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)

Reply via email to