From: Mark S. <mar...@gm...> - 2008-12-02 12:59:28
|
My first Suggestion was based upon as you guessed the "Game Specific" structure you have in place. I have not changed my copy to reflect that. This was purely a suggestion. As for the second suggestion, I have indeed implemented the constructors such that the super-classes do all the initialization that should, and the sub-classes do the initialization they should. In a couple of places I needed to create a constructor that simply called the super class constructor and nothing more. I will apply the JAVA Docs to the constructors I have created, and check them in this evening. I have noticed that XCode does warn about several classes marked as deprecated (in your comments) that are still being used. But the deprecation comment does not specify what should be used instead. Those might be a better item to clean up then simply adding JAVA Docs. Mark |