Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/distrib/utils/sysinst



Perry E. Metzger <perry%piermont.com@localhost> wrote on Fri, 18 Jul 2003
at 10:21:31 -0400 in <87n0fbx6dw.fsf%snark.piermont.com@localhost>:

> David Laight <dsl%netbsd.org@localhost> writes:
> > Change a lot of 'if (strlen(x) == 0)' to 'if (x[0] === 0)'.
> 
> Why bother? Was this performance critical code? The former is clearer
> to the reader.

I do not think you can seriously argue that the clarity is stronger
either way.

--jhawk



Home | Main Index | Thread Index | Old Index