
On 29 October 2010 17:33, Gregory Crosswhite
Also, this is a complete aside but what the heck. :-)
Has anyone else been driven crazy by the way that Java code and libraries are documented? It seems like whenever I try to figure out how to use a piece of Java code, the functionality is spread out over a huge collection of classes and methods so that it is impossible to figure out where things actually happen and how the code is supposed to be used. Am I correct to perceive this as a general trend in Java, or is it just the projects that I looked at and/or my lack of experience in how Java sources and libraries are organize?
From my memories of using Java (of which I've been clean for about 18mths now, woohoo!!! :D) this was the case, because the different aspects of a container, etc. was abstracted away so much.
-- Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com IvanMiljenovic.wordpress.com