another one I sometimes use is ```var stuffs = emp...
# announcements
c
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