Closed effigies closed 8 years ago
This is mostly a number of stylistic changes to make reading easier. Variable names have been clarified and checks made type-appropriate.
Toward the end of Tracker.add_data, I reworked the logic slightly to return earlier, so we spend less time in else blocks.
Tracker.add_data
else
This is mostly a number of stylistic changes to make reading easier. Variable names have been clarified and checks made type-appropriate.
Toward the end of
Tracker.add_data
, I reworked the logic slightly to return earlier, so we spend less time inelse
blocks.