Code Review Part 2: Improving Readability and Performance of the FilterWPQuery Class
In the last article, I walked you through the problem of letting “no go” conditions flow through your code. I showed you how to refactor the code to solve the problem and make the code more readable. In this article, you and I will continue doing a code review and refactoring of the FilterWPQuery in Josh …