On 29 October 2010 17:33, Gregory Crosswhite <gcr...@phys.washington.edu> wrote:
> 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.miljeno...@gmail.com
IvanMiljenovic.wordpress.com
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to