| Issue 72: | clean source code | |
| 3 people starred this issue and may be notified of changes. | Back to list |
Please apply for example the PMD and checkstyle rules, because the source code is pretty ugly... intern classes, too much comments snippets, no javadocs. It's very useful for reusing this open source... keep going.
Jan 25, 2011
Project Member
#1
mixare.org
Apr 11, 2011
He's right. I've never seen such an ugly java-code, especially without any javadocs!!! That's an absolutely NO-GO! How should other developers be able to understand or modifiy the code, if there are no method-descriptions using javadoc!? This is a basic rule of programming in java! If you don't know what javadoc is or how you can create it, please google! In eclipse it's pretty easy: Just type "/**<enter>" above your method and then describe what the method does and what the parameters stand for. Everyone knows that from the android SDK or the JDK using eclipse: If you point your mouse cursor over a method name or you type the name of a method and press ctrl+enter, a small popup with the description of the method is displayed. That's javadoc! ;-) But, beside that, great project! :)
Jun 22, 2012
FaSchw, Thank you for your point. This is on our Milestones. Regards, |