this post was submitted on 07 Oct 2025
973 points (95.7% liked)

Programmer Humor

26772 readers
1402 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Crylos@lemmy.world 10 points 1 day ago (5 children)

Is it time to go back to the plugin-hell called Eclipse?

[–] carrylex@lemmy.world 17 points 1 day ago* (last edited 1 day ago)

Well if you want a real world comparison:

We migrated a project a few years ago from Eclipse to IntelliJ. Outcome:

  • Complains about the IDE dropped from around 10 per day to nearly 0
  • Onboarding people now takes 1h instead of a day, because IntelliJ knows how to store configuration in a project
  • IntelliJ has a built in updater and nearly everything works after an update
  • IDE Fuckups: 1 per week (Eclipse) -> 1 per year (IntelliJ)
    • Somehow still happend? Just click "Delete caches and restart" in IntelliJ
  • No sources and javadoc for a library available? Eclipse: Have fun reading bytecode; IntelliJ: Yeah I just decompiled it for you within 10s

So yeah I wouldn't recommend going back into hell. Even VSCode and it's forks are likely better at this point.

[–] NuXCOM_90Percent@lemmy.zip 18 points 1 day ago* (last edited 1 day ago) (2 children)

It is NEVER time to go back to the hell that is Eclipse.

Go to frigging notepad or kedit before Eclipse.

[–] Cevilia@lemmy.blahaj.zone 6 points 1 day ago

kate is pretty good for the kind of terrible Python code I produce.

[–] SavinDWhales@lemmy.world 4 points 1 day ago (2 children)
[–] baines@lemmy.cafe 9 points 1 day ago (1 children)
[–] SavinDWhales@lemmy.world 3 points 1 day ago

I like the plus plus.

[–] NuXCOM_90Percent@lemmy.zip 1 points 1 day ago

Honestly? I would suggest using one of the frigging "vibe coder" IDEs over Eclipse at this point.

I would also accept Wordpad.

[–] Cevilia@lemmy.blahaj.zone 14 points 1 day ago

Not just no, but hell no.

[–] brokenlcd@feddit.it 4 points 1 day ago (2 children)

You can't imagine how happy am I to have never jumped the wagon. To either VSCode or to anything from JetBrains. Began using eclipse on my uncle's computer back in ~2010. And just never left.

It followed me through c++, java for uni classes and Python. It followed me when I switched to Linux. I'll bring it to my grave if it keeps going.

Is it the best? Nope. But it's fucked up consistently enough for me to get used to it well enough.

[–] chellomere@lemmy.world 10 points 1 day ago (2 children)

Are you for real? I seriously cannot imagine anyone willingly using Eclipse.

[–] FuckBigTech347@lemmygrad.ml 1 points 14 hours ago

Eclipse 15 years ago was OK. Decent Debugger, useful Plugins (like WindowBuilder). It had issues, but instead of focusing on those they over time just kept piling crap on top of it.

[–] brokenlcd@feddit.it 6 points 1 day ago

Willingly is a strong word. More of a "this shitbox is the only thing I know how to use well". It's been my first window into programming. And at the time my uncle used it for work. So he taught me how to get around the mess.

Also I'm quite sure Eclipse played a big role in why I despise Java with every atom of my being.

I've tired switching to VSCode. But my peewee brain doesn't process how to use it. It tries to default to the way I use Eclipse. I've started managing to rattle off some programs with micro+clang. That seems to be the easiest way out for me. Considering I don't program for a living.

I feel like an accountant refusing to let go of it's MS-DOS based software ffs.

[–] boonhet@sopuli.xyz 5 points 1 day ago (1 children)

To be fair, the community edition IDEs from Jetbrains are open source and any telemetry is optional.

[–] brokenlcd@feddit.it 4 points 1 day ago

True. But there's also the fact that eclipse is maintained by the eclipse foundation. a not for profit, I'm not sure how it works for jetbrains' CE versions. But I assume they're still handled by jetbrains itself.

shouldn't matter too much for the open source versions. But there's my 2¢

[–] umbrella@lemmy.ml 1 points 1 day ago

it's time to go FOSS