[Week 8] Tests and Docs and Optimization
Optimization >>> Debugging.
Summary
- Fixed update_lookup_table
- Added documentation and tests for IndexStorage
- Optimized IndexStorage
Details
This week I fixed the bugs I found in the bin-packing code I found last week. I wrote some testcases for it and then documented the high-level methods in the IndexStorage class.
Then I found that there was some extra data being stored in that class and its testcases. I swiftly cut it out and patched the "bugs" that sprung up after that.
Comments
Post a Comment