Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!border3.nntp.dca.giganews.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!nntp.earthlink.com!news.earthlink.com.POSTED!not-for-mail NNTP-Posting-Date: Mon, 23 Apr 2012 18:21:42 -0500 Date: Mon, 23 Apr 2012 16:21:45 -0700 From: Patricia Shanahan User-Agent: Mozilla/5.0 (Windows NT 5.2; WOW64; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 Newsgroups: comp.lang.java.programmer Subject: Re: How to develop without an IDE? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Lines: 41 X-Usenet-Provider: http://www.giganews.com NNTP-Posting-Host: 70.230.201.141 X-Trace: sv3-CheiwNBvfja0j41stRdfkFoAj3/YczxUr1yn1WRM5P2XGuyf0mzhqotZKpJ0ukmpLY8pFsQ6YpPZNp0!RR+X+MRlsfIs1BkmXrIq3D+StZuw3lmwhpqVhZIuwAYb1+a51un08Dog5yMm/YrIQZNiuBYIjfxR!6G/dXNluUA/JrUJMck/uaYZDzTHOTtCNu4vQVt54u3gjNYA= X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 2861 Xref: csiph.com comp.lang.java.programmer:13829 On 4/23/2012 3:50 PM, markspace wrote: > On 4/23/2012 3:38 PM, Rui Maciel wrote: >> Daniel Pitts wrote: >> >>> Why not use an IDE though? They provide so much! >> >> They also tend to be inferior in a considerable number of aspects, >> particularly when compared with the features provided by some text >> editors. >> Between being forced to stick with an IDE and managing the build >> process by >> hand, the latter option sounds a lot better. > > > Modern IDEs are far superior to any text editor. 10 years ago I was a > vim (actually just vi) fan. No longer. The features provided by modern > IDEs are leaps and bounds beyond what any text editor provides. > > If you can show me a text editor that is superior in any significant > regard to my IDE, I'd like to see what those features are, and know > which editor provides them. Productivity is important to me, so if > there's a productivity tool out there that I'm missing, I'd like to know. > > (And I'd like actual objective features, please. If this degenerates > into trolling editor wars... well, you'll know when I start ignoring > your posts. "Don't feed the trolls.") Same here. I have absolutely no nostalgia for the way I started programming, coding sheets and punch cards, so I have always been quite open to changing how I edit code. Currently, I use Eclipse. I use Eclipse's refactoring capabilities a lot, not just during formal refactoring passes but also while I'm writing new code. However, if there is a significantly better way of editing Java code, I'd like to know about it. Patricia