Hacker News new | ask | show | jobs
by adam-f 4035 days ago
You've got a change under "// should not be touched"

http://imgur.com/CSHnOuP

2 comments

Thanks for reporting.

Actually the comment is wrong in that case using BigDecimal.valueOf() is better since it could reuse the immutable object, so that is better for memory. I'll rework the samples to make it more explicit.

Fixed.