View Single Post
Join Date: May 2006
Posts: 1,580
Reputation: Infarction has a spectacular aura about Infarction has a spectacular aura about Infarction has a spectacular aura about 
Solved Threads: 52
Infarction's Avatar
Infarction Infarction is offline Offline
Battle Programmer

Re: Best way to learn Java: use a full IDE or a Notepad?

 
0
  #7
Sep 9th, 2007
Using an IDE shows that you are "weak" in that you need auto-completion, syntax highlighting, etc...

I've found that learning a language can be easier with and IDE because of the aforementioned features. On the other hand, if your eye can parse code fairly well, you might find that you prefer a text editor. It's really a personal choice.
Reply With Quote