ZenonZ / mixare

Automatically exported from code.google.com/p/mixare
0 stars 0 forks source link

clean source code #72

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by clement....@gmail.com on 10 Jan 2011 at 8:57

GoogleCodeExporter commented 8 years ago
Hi, thanks for reporting the issue.

Can you please provide some pointers to existing resource that may help us?

Original comment by mixare.org on 25 Jan 2011 at 2:08

GoogleCodeExporter commented 8 years ago
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! :) 

Original comment by FaSchw...@gmail.com on 11 Apr 2011 at 3:10

GoogleCodeExporter commented 8 years ago
FaSchw,

Thank you for your point.
This is on our Milestones.

Regards,

Original comment by DevBinn...@gmail.com on 23 Jun 2012 at 1:01