Intuition Is Not To Be Ignored when Debugging
Posted by Steve on 8 Feb 2007 7:10 pm. Filed under Technical.
When I have spare time, I work on an object layer around the Amazon Web Services API, that I write in PHP. I want to be able to just instantiate an object like:
$books = new AmazItemSearch("search term", "browse node", etc.. )
And then loop through $books->itemArray to display the books (or anything from Amazon)
But when I finally got around to adding support for Amazon Wishlists into my object library, and then started testing it, I noticed that I was seeing only about half of the Wishlists returned, or so.











