Subject: Re: CVS commit: src/distrib/utils/sysinst To: None <dsl@netbsd.org> From: Perry E. Metzger <perry@piermont.com> List: source-changes Date: 07/18/2003 10:21:31
David Laight <dsl@netbsd.org> 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.
--
Perry E. Metzger perry@piermont.com