in reply to Re: Frivolous function names
in thread Frivolous function names
One of the most common programming errors - and a hard one to see - is to reverse the meaning of a flag. For that reason I consider any flag horribly misnamed unless the name is a yes/no question which its value is an answer to. For instance your flag might be appropriately named $will_create. Do that and you will stop making that particular mistake again.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re (tilly) 2: Frivolous function names
by demerphq (Chancellor) on Dec 06, 2001 at 18:51 UTC | |
by tilly (Archbishop) on Dec 07, 2001 at 00:50 UTC |