Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

为何Java编程不用eclipse #10

Open
Zpvoh opened this issue Sep 6, 2016 · 3 comments
Open

为何Java编程不用eclipse #10

Zpvoh opened this issue Sep 6, 2016 · 3 comments

Comments

@Zpvoh
Copy link

Zpvoh commented Sep 6, 2016

我看到我们电脑上装着eclipse,请问老师和助教,我们为何不使用eclipse呢?

@geeeeeeeeek
Copy link
Member

@Zpvoh Eclipse 这种上古时代的 IDE ,长得丑而且不好用,已经帮你们删除了……

最开始我们会使用 Atom + 命令行来编译 Java 程序,一是因为现在代码都还比较简单,不需要用到 IDE 里面的眼花缭乱的功能,有助于大家上手;二是希望大家通过命令行了解你写下的代码是如何变成一个可以运行的程序,IDE 帮助大家省略了很多中间的步骤,因此在最开始不建议直接用 IDE 编程。

在几周之后,我们会教大家使用现代化的 Java IDE:IntelliJ IDEA,它想相较于 Eclipse 有很多优点,我们以后会介绍。我们的原则是挑选业界流行的工具,什么好用就教大家什么。

下图是IntelliJ IDEA,我最近的一个 Java 项目,看上去很复杂对吧,所以还是先乖乖用 Atom 吧。😄
image

@Zpvoh
Copy link
Author

Zpvoh commented Sep 6, 2016

谢谢童大神。。IntelliJ IDEA看起来真的好厉害。。所以atom大致是一个高档带提示记事本吧

@geeeeeeeeek
Copy link
Member

@Zpvoh 对的,本质上是一个文本编辑器。但它脸好呀,可以装神奇的插件呀,程序猿都喜欢用2333

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants