[geeks] Misuse of Java

Steven Hill sjh at waroffice.net
Wed Nov 6 10:39:57 CST 2002


> > they're learning the Java language...not learning good programming
> > practice.
> >
> I am not a programmer but am curious what you mean by
> good programming practice. Is there a list of things to
> do prior to and after writing code to make sure it is
> "good"?

Writing tight code, not fast and loose.
Interoperable, neat, documented, not obfuscated.
Tidy use of memory, etc.

Also not reinventing the wheel with subroutines that alreasy exist :-)

We were taught C programming in 1st year CS in Embra, ML was for 2nd year.
It was more of a concepts based course. They are teaching Java now. And I
have no idea what the course quality is now.

-- 
Steven Hill

This is my signature. There are many like it, but this one is mine.



More information about the geeks mailing list