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?
let basePrice = anOrder.basePrice; return (basePrice > 1000);
image/svg+xml
return anOrder.basePrice > 1000;
inverse of Extract Variable
aliases Inline Temp