6 December 2021 by Phillip JohnstonYou can easily slip into the habit of creating variations of a program to support different customers or configurations. However, this rapidly increases the complexity in your company and increases the rate of software aging. It’s better to ship the same code to everyone if it is at all possible, because you can do a significantly better job maintaining one program instead of 10, even if they are quite similar. You can make consistent changes to your entire product line quickly, because you only have to do it in a single place. You can also …
Continue reading “Ship the Same Code to Everyone”
