Skip to content
Commit 68117f6e authored by Brandon Rodriguez's avatar Brandon Rodriguez
Browse files

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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment