SlinkyLincy / intro-data-capstone-biodiversity

0 stars 0 forks source link

Watch out for extraneous spaces that decrease readability #2

Closed karl-project-review closed 6 years ago

karl-project-review commented 6 years ago

https://github.com/SlinkyLincy/intro-data-capstone-biodiversity/blob/8666b27f6069db09ced697dee3c533bfbb10dcc7/Petra%20submission/biodiversity.py#L190 The extra spaces between the if and else statements could make this line difficult to read, as we have to scroll far to the left to read the else statement, and if someone were glancing through the code quickly, they might miss the else statement entirely. Try to remove extra spaces like this.

SlinkyLincy commented 6 years ago

Addressed in commit 3b15cb7