IT 公司、NetBeans 或 Eclipse 使用哪个更多?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/15984352/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 20:21:50  来源:igfitidea点击:

Which one is used more by IT companies, NetBeans Or Eclipse?

eclipsenetbeanside

提问by janos

I'm new to Java. I took an introductory course where I was using NetBeans, but I noticed that some of my classmates were using Eclipse. From what I've understood, Eclipse is the popular IDE among IT companies.
My question is, as a new programmer, should I stay with NetBeans or switch to Eclipse?

我是 Java 的新手。我参加了使用 NetBeans 的入门课程,但我注意到我的一些同学正在使用 Eclipse。据我了解,Eclipse 是 IT 公司中流行的 IDE。
我的问题是,作为一名新程序员,我应该继续使用 NetBeans 还是切换到 Eclipse?

回答by janos

You forgot one more: IntelliJ.

你又忘记了一个:IntelliJ。

They are all different and there is no single "best one", for example each has a feature that another doesn't.

它们都是不同的,没有单一的“最好的”,例如,每个都有另一个没有的功能。

My personal remarks:

我的个人意见:

  • Eclipse is probably the most open. It's very actively developed. It was the de facto standard at all 4 companies I worked for so far. Eclipse is completely free.

  • IntelliJ is kind of intelligent. It's really interesting to use, but not all features are available in the community edition. I evaluated it because somebody claimed that a study shows that it makes you about 10% more productive but I haven't seen the study itself. I think IntelliJ is awesome but I'm so used to Eclipse it's really hard to switch.

  • Unfortunately I've never even seen NetBeans.

  • Eclipse 可能是最开放的。它的开发非常活跃。这是迄今为止我工作过的所有 4 家公司的事实上的标准。Eclipse 是完全免费的。

  • IntelliJ 有点智能。使用起来真的很有趣,但并非所有功能都在社区版中可用。我对其进行了评估,因为有人声称一项研究表明它使您的工作效率提高了 10%,但我还没有看到研究本身。我认为 IntelliJ 很棒,但我已经习惯了 Eclipse,因此很难切换。

  • 不幸的是,我什至从未见过 NetBeans。

Considering these points, Eclipse seemsthe safest choice, due to its popularity at my past workplaces and open and free nature. But your mileage may vary.

考虑到这些点,Eclipse似乎是最安全的选择,因为它在我过去的工作场所很受欢迎,并且具有开放和自由的性质。但是您的里程可能会有所不同。

Just keep in mind that Eclipse/NetBeans/IntelliJ whatever are just tools. It doesn't matter whichever you choose, the most important thing is that you get coding, and code well. Use whichever makes you the most productive.

请记住,Eclipse/NetBeans/IntelliJ 都只是工具。无论您选择哪种方式都没有关系,最重要的是您会编码,并且编码得很好。使用使您最高效的方法。

回答by jwest

Honestly, I think both are equally prevalent. Once you learn one, it is not a huge deal to switch to the other. Those with whom I work have their own preferences, and the company does not have a preference - nor do the contracting companies that we work with. To each his own seems to be pretty standard policy. That being said, in my experience the IDE choice has sometimes been defined by the problem at hand (ease of use, different plugins for particular purposes, etc.).

老实说,我认为两者同样普遍。一旦你学会了一种,切换到另一种并不是什么大不了的事。和我一起工作的人有自己的偏好,公司没有偏好——我们合作的承包公司也没有。对每个人来说,他自己的似乎是非常标准的政策。话虽如此,根据我的经验,IDE 选择有时是由手头的问题定义的(易用性、针对特定目的的不同插件等)。

Bottom line - learn both. It isn't that hard to do and you will probably use both eventually anyway.

底线 - 两者都学。这并不难做到,无论如何你最终可能会同时使用两者。