bugs

Pinned ·

Use Primitive Wrapper `toString` implementations

One of the more common minor bugs I’ve seen is caused by the use of String.valueOf. I’m not going to go as far as to say it shouldn’t be used (there are plenty of situations where it makes sense) but rather than it shouldn’t be used when a better alternative exists. Consider the …