架构
重构
敏捷
交付
微服务
数据
测试
DSL
关于
书籍
常见问题解答
视频
内容索引
棋盘游戏
摄影
见解
职业
雷达
RSS
Mastodon
领英
X (推特)
BGG
如何访问网络版?
class Product { applyDiscount(arg) {this._price.amount -= arg;}
image/svg+xml
class Product { applyDiscount(arg) { this._price = new Money(this._price.amount - arg, this._price.currency); }
逆向于 更改值为引用