I can understand the feeling that "ease of maintenance" and "increased likelihood of bugs" seem unconvincing when looking at them from a non-technical standpoint, because they are both technical descriptions.
I'd recommend reducing everything to the lowest common denomintordenominator: Money.
Different things can cost money, and addressing code smells can reduce or eliminate those costs. Examples:
- Ease of maintenance - If we do this now, it will cost only X fraction of the amount we'll have to spend by letting this continue and being forced to address it later.
- Less likelihood of bugs - Fixing a bug costs X, so if we can reduce the incidence of bugs by Y percent, we are saving money.
If you can relate everything back to time, effort, or the ability to deliver product, then you are talking money, and that's a language non-technical people understand.
