Architecture
Refactoring
Agile
Delivery
Microservices
Data
Testing
DSL
About
Books
FAQ
Videos
Content Index
Board Games
Photography
Insights
Careers
Products
Twitter
RSS
Mastodon
How do I access the web edition?
function base(aReading) {...} function taxableCharge(aReading) {...} function calculateBaseCharge(aReading) {...}
image/svg+xml
class Reading { base() {...} taxableCharge() {...} calculateBaseCharge() {...} }