What is the idiomatic way of using val? `private f...
# getting-started
m
What is the idiomatic way of using val?
private final val foo = "Bar"
?