Object literals aren't more expensive, they get co...
# getting-started
k
Object literals aren't more expensive, they get compiled to a separate class and it becomes a normal instantiation. I think this is fine, I sometimes do it too.