Technical DebtTechnical Debt is a way of describing the hidden cost of a poorly built system. Often, software is produced on a very tight, if not unrealistic timeline. Cutting corners, along with quick and dirty hacks are par for the course. When software is developed without a deliberate effort to be maintainable, it is very likely to be difficult to maintain. The result is that it breaks more frequently, more easily, and it takes longer to add enhancements to the system, resulting in higher maintenance costs and less satisfied users. Like any debt, there are times when it may be wise to take on technical debt, but it will always be important to understand that you are in debt, and it's not free. Cheap software is anything but cheap. The true test of good code is how easy it is to change.
Martin Fowler It can be minimized by following software best practices that have been established over many years, and not only within Salesforce projects.
|