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?
orders.filter(o => “high” === o.priority || “rush” === o.priority);
image/svg+xml
orders.filter(o => o.priority.higherThan(new Priority(“normal”)))
aliases Replace Data Value with Object, Replace Type Code with Class