Search Results

2
votes

Is making an empty string constant worth it?

I much prefer seeing EMPTY_STRING. It makes it english. "".equals 'reads' differently than EMPTY_STRING.equals. …