Closed zepumph closed 4 years ago
I'm looking through describers and seeing a fair number of variables that are only needed in the constructor, but are still stored on this. For example currentRegion used in a few describers. Can we make those let vars instead?
this
currentRegion
let
updated! @jessegreenberg would you mind reviewing and closing when you have a minute?
@jessegreenberg and I looked over this today & closed
I'm looking through describers and seeing a fair number of variables that are only needed in the constructor, but are still stored on
this
. For examplecurrentRegion
used in a few describers. Can we make thoselet
vars instead?