Re: Is there an easy way to find the right class?



Farcus Pottysquirt wrote:
....
I use Eclipse and Netbeans as my IDE's so I am familiar with them. I enjoy the fact that both IDE's attempt to provide suggestions as to what I am trying to do...but what if I was sitting down with only a pad of paper, a pencil (with an eraser) and a reference like Java In a Nutshell (O'Reilly) how would I find the class/package I need without looking at each and every one until I find it?

I have programmed with a pad of paper, a pencil, an eraser, and a paper
reference. I worked that way for several years - in the 1970's. The
languages were much simpler, so I could read the complete documentation,
and the paper book could tell me everything I needed to know, not just a
useless summary.

Why on earth would anyone be programming that way in the twenty-first
century, in a language with a rich API and a lot of additional packages
that can be downloaded?

Patricia
.



Relevant Pages

  • Re: Basic inheritance question
    ... Where is the "explicit calling of class name" exactly? ... which in python is generally called "self". ... reference to the current instance is to pass it as an argument to the ... BadThingwrt/ readbility, specially with multiparadigm languages ...
    (comp.lang.python)
  • Re: A taxonomy of types
    ... Before a representation is practical I think we need a taxonomy (so we ... dynamic typing or type inference and most languages have rules ... Target domain of reference ... Sequence of component types and names ...
    (comp.lang.misc)
  • Re: Basic inheritance question
    ... Old Java habits die slowly. ... No, seriously it isn't Java habits only, most other languages wouldn't ... That's not very far from what a Python method object does - ... reference to the current instance is to pass it as an argument to the ...
    (comp.lang.python)
  • Re: Newlisp?
    ... > Those notions do not describe if first class objects of a language are ... > passed by value or by reference. ... In Perl a variable contains a scalar (string or pointer), ... In almost all other languages a variable always points to an object, ...
    (comp.lang.lisp)
  • Re: C++/CLI is the way to go
    ... Delphi implements reference counted objects. ... So far to the mystery that nearly everything compiles to .NET seamlessly. ... other languages do with the references. ... CLR, or make that portion of the language incompatible with other CLR ...
    (microsoft.public.dotnet.languages.csharp)