Reading Time: 8 minutes In this article I address the pros and cons of using an entity-attribute-value (EAV) data model over a static/strongly-typed relational data model. If you know what both models are you may think this is a bit of an odd comparison because I’m seemingly comparing a static schema to a specific approach of doing dynamic schema. […]
Category: Software quality
What causes poorly maintainable code & how to minimize it
Reading Time: 14 minutes After a particular workday, I sat down one evening and thought to myself: what would it take to get developers to actually produce highly maintainable code? Why isn’t this something that is always produced? Why have I seen these codebases that manage complexity so poorly and make them difficult (and unpleasant) to work in? What […]