This must be either really new or – what seems more likely – I have slept over Google’s developments the last year. Google Code allows for a regular-expression-based search in publicly available source code. Nice one.
Posts Tagged: documentation
23
Jul 08
Documentation Note
If you are documenting Java methods, try to fit everything really important (like constraints for the method) into the first sentence of the javadoc. This sentence is displayed along wiht the overview of the class method.
Everything after the first sentence vanishes in the distance where no-one will ever read it.