Make variable scope of classes more consistent
I feel like it's probably better practice to have a few class-level vars that get reused often, rather than a bunch of local variables that are created at random points as needed. Thus, variables have been reworked to reflect this. Variables that make sense to have a lower scope (such as model-specific variables) have been left as-is.
parent
276826f9
Please register or sign in to comment