DeepPupper / intro-data-capstone-musclehub

0 stars 0 forks source link

Don't forget to reset the index to complete the pivot #2

Open jmcrey opened 6 years ago

jmcrey commented 6 years ago

https://github.com/bennycsp/intro-data-capstone-musclehub/blob/74f5e1c52b2ff1e4d84e5460f479aacc088e57cb/musclehub_project/musclehub.py#L364

The smallest little things are the most frustrating bugs in programming because they're so hard to find! As a programmer, we have to be extra careful and double check everything, or else we run the risk of the smallest bug turning into a hug problem later.

Luckily, this bug isn't a huge deal and it barely effects anything directly. But, it's a small reminder that the little things are always the hardest to catch.