-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve code quality #6
Comments
…ised in the Oracle Guide at http://www.oracle.com/technetwork/java/javase/documentation/codeconventions-141388.html#475. Related to #6.
There is something else related to this issue that we can work to improve too: replace |
Other point: the |
Interesting, hadn't noticed this before. I agree with forcing the implementation. |
Sometimes the attribute name in the API differs from the attribute name in its correspondent class in Groundhog. Using SerializedName we can manage to solve any issues regarding these differences More info at http://google-gson.googlecode.com/svn/tags/1.2.3/docs/javadocs/com/google/gson/annotations/SerializedName.html Related to #6
…his attribute duplicates the watchersCount one. Related to #6
… with Groundhog. Related to #6
This is not a to-do that might be done ASAP, but a continuous task and - in general - we should aim at making the code easier to maintain (even if we assume that there is not thousands of people interested)
The Oracle's Code Conventions for the Java TM Programming Language is a nice guide that might help us with this continuous task.
The text was updated successfully, but these errors were encountered: