Friday, December 7, 2012

python debugs


3 categories of bugs:
1. actual bugs - logic and more: I did not visually see the schema change - so ran into run time issues
2. code bugs : forgot to test all code paths.
3. Typo: possibly as I worked remotely on this. Existing code stopped working as I accedently removed a "," in between 2 strings

No comments:

Post a Comment