> My advisor is really good though and understands the whole learning curve
> problem, which is good for me.  Hopefully the curve will begin to flatten
> soon as far as Java is concerned... =)

What I found out about Java is this: it's got loads of libraries, so if
you're doing something, try and look at java.util. first! We've
implemented QuickSort and a Date Formatter ourselves before we found
out that these things existed! 

Another problem, of course, is Object Orientation, and I can only say:
try and make your interfaces and class definitions clean! All variables
protected with get() and set() methods, because once you do things
quick'n'dirty, they're likely to stay that way!

HTH

Britta
-- 
  /"\  . . . . . . . . . . . . . [EMAIL PROTECTED] . . . . . . . . . . . . .
  \ /   ASCII Ribbon Campaign     "Wer mit der Speckseite nach der Wurst wirft,
   X    - NO HTML/RTF in e-mail    muss sich nicht wundern, wenn sie dem Fass
  / \   - NO Word docs in e-mail   die Krone ins Gesicht schlägt."
 




_______________________________________________
techtalk mailing list
[EMAIL PROTECTED]
http://www.linux.org.uk/mailman/listinfo/techtalk

Reply via email to