Which IDE will make me a better programmer Visual Studio or Eclipse?

Started by
25 comments, last by ChaosEngine 10 years, 8 months ago

Bah! Ninja'd

Advertisement

Yup, that is standard boilerplate that is frequently misread. It means you can't package up the product and sell it as your own. For example, you cannot rebrand it as "Shippou's Visual Studio". It does not keep you from distributing products made using the tool.

Getting back to the original poster,


So they are about the same level of abstraction then? I won't be a better programmer with Eclipse (even on Windows)?
They are similar but different tools. Both tools allow you to edit code, launch tools, and debug your program.
You need more details if you want better answers. Specifically, what languages are you using, what platform are you developing on, and what platforms are you targeting?
Visual Studio can dig deeply into Windows when debugging. When editing windows-targeting binaries and Microsoft's runtime libraries. When using other languages not directly supported by Visual Studio you lose many features. (For example, you would lose "edit and continue", which is a feature that has saved millions of developer hours.) If you are developing for Windows on Windows, which is probably the most common pattern for games, then Visual Studio is the answer.
Eclipse is excellent at Java, and moderately good at other environments. The IDE is much less integrated in non-Java environments. The equivalent of VS's "edit and continue" is only available in Java if you are using Eclipse's build chain and expected build folder locations, and is not available for other languages and tool plugins. If you are developing in Java than Eclipse is probably the IDE of choice.

You posted a link to a forum ...

Here is directly from the end user agreement

PERSONAL AND NON-COMMERCIAL USE LIMITATION.

Unless otherwise specified, the Services are for your personal and non-commercial use. You may not modify, copy, distribute, transmit, display, perform, reproduce, publish, license, create derivative works from, transfer, or sell any information, software, products or services obtained from the Services.

Yes I did, but not any forum, Microsoft's own forum. There are plenty of the same questions over there and they all get the same answer.

"The only thing that interferes with my learning is my education"

Albert Einstein

"It is a miracle that curiosity survives formal education"

Albert Einstein

My opinion ?
Eclipse doesn't force you to use Micro$oft exclusive libraries when compiling ... Visual Studio forces you to include include "Redistributable" along with your compiled work.


Yeah, gotta watch that evil M$... rolleyes.gif

215178115_ExTPi-L-2.jpg

if you think programming is like sex, you probably haven't done much of either.-------------- - capn_midnight

You do realize I use Windows .... correct ?

I cannot remember the books I've read any more than the meals I have eaten; even so, they have made me.

~ Ralph Waldo Emerson

from IDEs to EULAs, wooooooo derailed thread! :D

You do realize I use Windows everything, correct ?

And that somehow makes your ignorance better?

if you think programming is like sex, you probably haven't done much of either.-------------- - capn_midnight

This topic is closed to new replies.

Advertisement