Employ coding guidelines #2532
auermich93
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
The javadoc I'm taking more seriously after rebooting the maven libraries. I'm noticing that is quite painful without them on public methods, which is leading to taking a look at the methods exposed or not. Unused methods I'm aware of and probably just need to clean up. The exception thrown I ran into during javadoc generation for Maven and I started cleaning up slowly in #2530 The variable/constant scatter - I'm waiting to see if a good linter exists in the Java world that perhaps follows closely with AOSP, so we can enforce these and do a big batch organization. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I thought it would be nice to follow some coding guidelines, primarily in terms of documentation and code structure.
The code base lacks here some points, for instance:
ApkDecoder
where class variable/constant definitions are scattered throughout the class.I would like to hear from you.
Beta Was this translation helpful? Give feedback.
All reactions