Why does everyone hate Eclipse? [message #1839286] |
Thu, 18 March 2021 17:40 |
rohit singh Messages: 1 Registered: March 2021 |
Junior Member |
|
|
As a part of a school project, I am looking into the public perception that people see Eclipse as "slow, buggy and unstable". Most people I talk with who are Java developers says that Eclipse would be the last tool they would use and people who would use it has "no respect for their code". If it really is that bad, why doesn't the Eclipse community recognize these issues and do something about it?
One theory I have is that the hate between IDEs is much like what tools you are used to work with. I hated Windows 8 in the beginning when I started using it, but I got used to it and now I would prefer using Windows 8 above Windows 7. Developers often think the way they they are used to do things is often "the only correct and right way" to do something and changing a developers habit is normally incredibly hard.
https://sarkarijobs.gen.in/
[Updated on: Tue, 11 May 2021 20:45] Report message to a moderator
|
|
|
|
|
|
|
|
|
Re: Why does everyone hate Eclipse? [message #1862223 is a reply to message #1839286] |
Sat, 18 November 2023 17:42 |
Robert Brown III Messages: 5 Registered: November 2019 |
Junior Member |
|
|
I wouldn't say that "everyone" hates Eclipse. I personally love Eclipse. There are, however, a lot of people who prefer other IDEs.
Some of the reasons for this are justified. For example, the code assist in Eclipse is inferior to the code assists offered in IDEs like IntelliJ. Another problem in Eclipse occurs in its importing of Spring Boot projects from a Git repository: when attempting to have Eclipse open an existing Spring Boot project after getting it from the repo, Eclipse does not find it. In order to actually get the project, you have to cancel the import and do another maven import of the downloaded project. No other IDE has this problem.
Actually, speaking of git, Eclipse's integration with Gitlab is also poor. I just discovered that its project explorer does not "see" the .gitlab-ci.yml file! In previous versions, Eclipse had a file explorer that allowed you to see files and folders that weren't visible in the Project Explorer. That explorer was deprecated and removed in the latest versions. Unfortunately, because the Project Explorer doesn't see the .github-ci.yml file, if you want to make changes in Gitlab pipelines you have to edit the file outside of Eclipse. Equally unfortunately, because the project explorer does not see the file, attempting to commit and push changes to it does not work. This means that the only way to edit the pipeline is to go onto Gitlab and edit it there. Again: other IDEs actually allow easy access and editing of this file.
I have used Eclipse for my private projects for several years now, but these and other inadequacies in the IDE are starting to chafe. I am looking for a place to report the bugs I am seeing, but haven't found it yet. If I don't, or if the bugs aren't fixed, then I will likely have to switch to another IDE -- most likely Visual Studio Code or IntelliJ. I would do this not out of hatred for Eclipse, but because it will be inadequate for the work I am doing.
I love Eclipse, but I understand why some people would hate it.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.09176 seconds