[thelist] PAGE OPTIMIZATION: source readability v. download weight

Michael Mell mike at nthwave.net
Wed Jun 12 14:15:01 CDT 2002


"Chris W. Parker" wrote:

>
> i would do...
> -------------------
> if(this = this)
> {
>         do these commands;
> }
> else
> {
>         do these commands;
> }

I would do . . .
if (this == this) {
    do me;
} else {
    do me;
}

it's cleaner
--
mike[at]nthwave.net
llemekim         YahooIM
415.455.8812     voice
419.735.1167     fax





More information about the thelist mailing list