架構
重構
敏捷
傳遞
微服務
數據
測試
DSL
關於
書籍
常見問題
影片
內容索引
可下載內容
攝影
見解
職涯
雷達
RSS
Mastodon
LinkedIn
X (Twitter)
BGG
我如何存取網路版?
class Customer { get plan() {return this._plan;} get discountRate() {return this._discountRate;}
image/svg+xml
class Customer { get plan() {return this._plan;} get discountRate() {return this.plan.discountRate;}