so, regarding properties, I think one of the key t...
# language-proposals
g
so, regarding properties, I think one of the key things about properties is that htye allow us to hide mutability, in my (granted fairly brief) time with kotlin the biggest use I've had of them is
Copy code
var whatever = initialValue
  private set