Re: searching for yoda - a developer's tale

monroeds_at_hampton-data.com
Date: 02/24/05


Date: 24 Feb 2005 06:02:45 -0800


dexter@uwm.edu wrote:
>
> I code with vi and build with hand-made scripts. I handle versioning
> with hand-made scripts. I use no GUI builder and write JDBC to handle
> persistence.

As an old hand using vi, my recommendation is to abandon it relative to
Java.

Java is complex and you inherit methods and data that aren't
immediately obvious.

I suggest http://www.netbeans.org as a potential tool. It takes some
time to learn, but I found it worthwhile.


Loading