I likewise disagree on d (I rather liked isNotNullOrEmpty - despite
being long. Oops, isNotEmptyOrNull).

Also, I wanted to clarify my position as depicted in b: not that all
whitespace is removed, but as a String.trim() removes whitespace on
either end.  If the String is all whitespace, the result is a true
empty String ("").  Thus my position that isEmpty() should trim.

Lance

--- __matthewHawthorne <[EMAIL PROTECTED]> wrote:
> I disagree with items d) and e)... I don't think either method name
> is too long, and as you said, the meaning is clear.
> 
> Stephen Colebourne wrote:
> 
> >b) The method 'isEmpty' is desired by different people to mean any
<snip>
> >And of course trim is actually quite a bad method for stripping
> >whitespace as it only strips chars <= 32.


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to