Code cleanup
Today I'm in a “thinking” mode - some of the underlying code is compiled and working, even tested a bit.
But I'm thinking about the next steps, actually starting to consume the new query parser and map the query tree to my index attributes.
While I'm thinking, I'm doing code cleanup of the query parser, which involved changing the Java-doc comments to .NET comments, and rationalizing the code again, ensuring I've got the correct scope (protected, private, public, static, etc) and seeing if there are optimizations I can do.
So in a nutshell, I'm trying to be a bit multi-tasking by thinking about the next stuff to do and doing code cleanup at the same time.
Its not procrastination. I'll deal with that issue tomorrow. ;)
Mike