I've always hated comments in code. "micro-comments" I mean - things that explain function implementation. They quickly go out of date. No to...
I love domain modeling. Trying to capture the essential rules of a domain in a coherent model is a fun puzzle to solve. The only way I can do it, is...
As simple as possible, and no simpler Customers of Breezbook want pricing rules to support their business. Bookings tomorrow should be cheaper (or...
This initially started out as an experiment, detailed in the first section of this post. Proof that the experiment was successful follows in the later...
In the realm of software development, one of the most impactful discoveries in any build is identifying the right bounded contexts. This approach...
Here are some code samples to show what kind of availability checking is possible when attempting to make bookings or appointments using...