Join Slack
Powered by
another one I sometimes use is ```var stuffs = emp...
# announcements
c
cypher121
08/23/2016, 6:25 PM
another one I sometimes use is
Copy code
var stuffs = emptyList<Stuff>() private set
so that it’s a read-only list and can even be replaced with a fully immutable one, but you can still replace it with a modified one internally
Open in Slack
Previous
Next