A bit of inspiration most weekdays for exploring your mindset .

Piecemeal'ing code

Khem Raj March 25, 2025 #meta

Rarely do we write code from scratch these days. Systems are complex. Often we instrument a feature requiring changes in more than one place in the system

"Piece-mealing" is quite effective strategy for absorbing these changes into the system codebase. First and foremost, it is additional to comprehensive design thinking, it does not replace it but augment it. Once you are ready to make changes this thinking forces you to organize the changes into collection of small change-sets

This can help make smaller digestible changes incrementally without destabilizing the system

Yes there will be no big-bang and not many diving catches but isn't that all we aspire for ?