- Published on
A note on estimation
I see a lot of Scrum teams estimating stories on their backlog. Should they be?
All of KiteFrame's hot takes on topics around domain-driven design
I see a lot of Scrum teams estimating stories on their backlog. Should they be?
Exceptions allow us to handle errors elegantly, enabling the normal flow of our code to stay focussed on the task at hand, and letting us explicitly deal with the exceptional cases independently.
Legacy software has a strong influence over the way that we think about a domain; we can use tactics to learn from its models and improve upon them, while avoiding falling into the trap of reimplementing the same solutions.
Commento.io is a platform for integrating visitor comments with your site, without invading the privacy of those commenting.
Drawing well-defined boundaries around clusters of objects within your codebase is vital to reducing contention between users and optimising the availability of your system. Understanding the invariants within your domain is key to understanding where these boundaries can be drawn.