• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Programmers... what development environment do you prefer?

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.
Originally posted by: boran
Eclipse, VS.Net those two arent really in competition because VS.net is for all the MS languages and eclipse is for java
Eclipse does a lot more than java (even if it's more bloat than non-java programmers are usually willing to put up with). I'm sure some day it will do mono as well.
 
i like Borland JBuilder a lot, .NET is pretty good. I like the recordable macros in .nET.

I haven't given eclipse a fair enuff chance yet, but looks promising.
 
Originally posted by: statik213
i like Borland JBuilder a lot,
I though Borland decided to stop developing it in favour of eclipse? I think I read about that quite a while ago...
 
As mentioned above, for text only projects (i.e. web development) I like TextPad. When I last did C++ I found VS 6.0 pleasant to use, but I haven't touched the newer .net stuff.

For my current java class (signal processing using Java) I'm required to use Forte, and I hate it, well specifically, I hate the fact that it refuses to use one window. :|
 
Nothing other than VS.NET or VS6 for doing Visual Basic. If I'm feeling lucky and I can do without Intellisense, then generally working in vim or in a gray text on black background window is easier on the eyes for C. I guess I could change VS to those colors too but the feel is just not the same. 😉

For HTML, I made my own editor in VB6. It's just a comfortable environment with an interface to an XHTML tidy DLL I wrote in C, and a log window at the bottom for errors and warnings from the tidy DLL. And if by development environment you mean a can of Sprite, some Doritos, and an easy-on-the-eyes LCD screen (all paired with taking breaks every 30 mins to vent off my anger from debugging), that suits my preferences well. 😉
 
Originally posted by: AyashiKaibutsu
Real men use Notepad... Lately I've been using eclipse for java and VS 2005 for c++ though...

i have used nedit before with gcc.
For large projects IDE is must for C++ as the include files and linking gets a little crazy.
 
Originally posted by: kamper
Originally posted by: statik213
i like Borland JBuilder a lot,
I though Borland decided to stop developing it in favour of eclipse? I think I read about that quite a while ago...

the next version of jbuilder is going to be built on top of eclipse, they say it will be out in Q2.
They came out w/ jbuilder 2006 abt 4 months ago, just a minor upgrade.
 
Visual Studio .NET 2005 is the best I've used, but I also really enjoyed using JBuilder. I haven't used Eclipse in years; it's been heavily revamped since I first used it way back when it was a clunky '57 Chevy.

NetBeans was teh suck, too. Maybe it's better now.
 
Back
Top