effigies / BitTornado

UNMAINTAINED - John Hoffman's fork of the original bittorrent
Other
150 stars 44 forks source link

STY/RF: Tracker cleanup #41

Closed effigies closed 8 years ago

effigies commented 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.