OK, the client is working well in its new, more loosely-coupled form. The only client-side component left to test is the new local client, which can't be properly done until it has a local server to talk to. That means it's time to turn my attention to the server side.
The best habit I've picked up lately is that I always begin a refactoring effort by analyzing and documenting the existing system first. Here's the server's current form:
And here is a rough idea of what I have in mind for the imminent refactoring:
Check back in a few days to see how it's going. :)
No comments:
Post a Comment