The Model-View-Presenter-Controller pattern

In this post I'll talk about the MVPC (Model-View-Presenter-Controller) design pattern I use in client applications such as progressive web apps and mobile clients. It can be best understood as an evolution of the MVC (model-view-controller) pattern past the MVP (model-view-presenter) pattern. The basics: MVC and MVP You might want to skip this section if … Continue reading The Model-View-Presenter-Controller pattern

Technical Debt

DILBERT © Scott Adams. Used By permission of ANDREWS MCMEEL SYNDICATION. All rights reserved. Technical debt is the amount of work needed to decrease the total cost of a product. Me The classical definition doesn't work Technical debt (TD) is intuitively easy to grasp as an inherent quality/complexity issue that makes a product hard to … Continue reading Technical Debt