andyg
12/19/2019, 12:11 PMvar id:Int = 0
boilerplate, because once established, all values should be immutable, and no instance should ever have id = 0) Thanks 🙂Mike
12/19/2019, 12:21 PMandyg
12/19/2019, 12:45 PMMike
12/19/2019, 12:55 PMMike
12/19/2019, 12:56 PMMike
12/19/2019, 12:58 PMandyg
12/19/2019, 1:01 PMvar name = ""
, etc for class data/props when they should be immutable, just for the ability to construct and then .get(id)
the correct instance.