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 appliesToMass = false; for(const s of states) { if (s === “MA”) appliesToMass = true; }
image/svg+xml
appliesToMass = states.includes(“MA”);