'Never use double for money' is dogma, not engineering.
@stefanofago.bsky.social breaks down when double, BigDecimal, or fixed-point is the right call, and the production traps that quietly undo each one.
#java #deepdive
There is an evergreen debate in the Java world: should you always use BigDecimal for money? The short answer is no. The real answer is: it depends on your computational context: the precision you ne...