On Tue, Dec 04, 2001 at 03:57:34PM +1000, Allan Rae wrote:
> preferred.  Like this one instead of above?
> 
> if (any length a && any length b && any length c) {
> }

If it fits on a line, it should be ok. But then, why don't you put the test
in some function with some meaningful name and write

 if (someFancyConditionFulfilled()) {
 }

?

Andre'

-- 
André Pönitz .............................................. [EMAIL PROTECTED]

Reply via email to