MultiBit Merchant - Cheaper in bitcoins

As part of my ongoing open source project MultiBit Merchant (MBM) I am keeping a journal of my discoveries and thoughts along the way. This one deals with why Bitcoin offers merchants the highest profit margins for their sales by removing fraud from the payment process. [Read More]

Deprecate with Prejudice

When developing an application or library it is important to recognise the importance of deprecation. Without it, dead code hangs around building up technical debt. The problem is that developers are often reluctant to remove this dead code because they fear that it will break downstream users of the code. The idea is that by preserving the public API they will keep their users happier. [Read More]
Tags: Principles