sebb wrote:

> On 06/03/2010, Henri Yandell <flame...@gmail.com> wrote:
>> I find this a tricky one.
>>
>>  When it's explicitly referring to the type, CharSequence seems fine,
>>  but to change the text that is talking about what a method does to:
>>
>>  "Work out a CharSequence's length"
>>
>>  It feels very unwieldy.
>>
>>  Do others find this weird, or is it just me?
> 
> That does look odd, but so does using String when the parameter is a
> CharSequence.
> 
> Using "string" rather than "String" would be a bit better.
> 
> How about "Works out the length of a string of characters" ?
> 
> Still not ideal though.


"Works out the length of a character sequence like String, StringBuilder, 
..." ?

- Jörg


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to