From
Johannes Brodwall: You mention on the Consequences page "Changes in coding style". It is worth to remark that there are some common bugs associated with value objects. Doing
instead of
amount = amount.add(tax);
is a common bug - I actually wrote this while working with
TopLinks nifty Expression library - maybe a good candidate for your Known Uses section.