Architecture
Refactoring
Agile
Delivery
Microservices
Data
Testing
DSL
About
Books
FAQ
Videos
Content Index
Board Games
Photography
Insights
Careers
Radar
RSS
Mastodon
LinkedIn
X (Twitter)
BGG
How do I access the web edition?
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;}