View Single Post
  #242 (permalink)  
Old 10-03-2008, 05:07 PM
mwildam's Avatar
mwildam mwildam is offline
Member
 
Join Date: Aug 2007
Posts: 65
mwildam is on a distinguished road
Quote:
Originally Posted by Eranga View Post
Lots of Java developers starts there carrier in that way, start from the Notepad + command prompt and move to advance Java IDE. In my view, notepad + command prompt helps in may ways, identify the compiling/running mechanism, identify the keywords, identify different initializations like implements all members of an interface and a lot.
I also tried at first compiling a java program from the commandline to understand the compiling process but apart from that developing with notepad is like going back to stone age. A few days ago I had to fix some bugs in an ASPX without having the .NET project files and I had to use notepad - without autocomplete and some auto-syntax check there were a lot of additional test runs required - e.g. because of uncorrect spelling (upper-lower-case) of method names.

Why should I create additional unnecessary tortures?
__________________
Greetings, Martin Wildam.
Reply With Quote