« Return to the blog entry
but please, please only when necesary and with your brain turned on.
Intention, etc. for the really not that obvious stuff.
In java land there is that amusing, static code-metrics driven behaviour to let the ide generate comments like
/**
* this method returns the foo property.
* @return .
*/
boolean getFoo() {
return foo;
}
all over the sources.
In bigger projects often the task for a poor guy who is considered to be lacking skills, focus capabilities, etc. for any endeavour more challenging.
but please, please only when necesary and with your brain turned on.
Intention, etc. for the really not that obvious stuff.
In java land there is that amusing, static code-metrics driven behaviour to let the ide generate comments like
/**
* this method returns the foo property.
* @return .
*/
boolean getFoo() {
return foo;
}
all over the sources.
In bigger projects often the task for a poor guy who is considered to be lacking skills, focus capabilities, etc. for any endeavour more challenging.