Am 29. März 2012 22:07 schrieb sebb :
> On 29 March 2012 20:45, Benedikt Ritter wrote:
>> Hey,
>>
>> how about renaming CSVLexer.simpleTokenLexer() and
>> CSVLexer.encapsulatedTokenLexer(), so that the method names express
>> what the methods do?
>> For example simpleTokenLexer() could be renamed
On 29 March 2012 20:45, Benedikt Ritter wrote:
> Hey,
>
> how about renaming CSVLexer.simpleTokenLexer() and
> CSVLexer.encapsulatedTokenLexer(), so that the method names express
> what the methods do?
> For example simpleTokenLexer() could be renamed to parseSimpleToken or
> parseSimpleTokenConte
Hey,
how about renaming CSVLexer.simpleTokenLexer() and
CSVLexer.encapsulatedTokenLexer(), so that the method names express
what the methods do?
For example simpleTokenLexer() could be renamed to parseSimpleToken or
parseSimpleTokenContent.
Likewise encapsulatedTokenLexer() could be renamed to
par