场景再现: “你的代码像’俄罗斯套娃’:‘订单服务要改库存接口,结果生产服务也崩溃!’”
// 传统硬编码(危险示例) public class OrderService { private readonly InventoryService _inventoryService = <