this post was submitted on 08 Apr 2024
251 points (96.3% liked)

Programmer Humor

31793 readers
69 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
top 13 comments
sorted by: hot top controversial new old
[–] [email protected] 32 points 4 months ago* (last edited 4 months ago) (2 children)

The worst thing about eclipse I've had to deal with is its git integration. The conflict resolution tool is awful and half the terminology diverges from plain git.

The fact that it has a "Push & Commit" button also drives me mad far more than it should

[–] [email protected] 15 points 4 months ago (4 children)

Honestly I've never had an IDE whose git integration I preferred over just using the command line, or pulling out Source Tree. Just wish Source Tree was available on Linux...

[–] [email protected] 8 points 4 months ago

I haven't used much Git since I started using IntelliJ IDEs. True, I had to fix some issues when the IDE just refused to do its thing, but IIRC it was one specific situation where I cherry picked changes that I already had, where it got stuck on cherry picking.

[–] [email protected] 5 points 4 months ago

Emacs Magit is so much better than the CLI, and I don't say that lightly. And it's available on Linux.

[–] [email protected] 4 points 4 months ago (1 children)

VSCode with a shitload of extensions pretty much does the job

[–] [email protected] 2 points 4 months ago

A shitload? I thought it was just:

  • GitLens
  • Git Graph
  • ???
  • Profit
[–] [email protected] 1 points 4 months ago

I prefer the CLI as well, but when I'm not a dev I supervise practical works in programming classes, where I don't have much saying in the recommended/required tools

[–] [email protected] 12 points 4 months ago (1 children)

Wait… “Push & Commit”? Not “Commit & Push”? Where do I join the Eclipse hate club?

[–] [email protected] 2 points 4 months ago

I don't remember exactly, but the issue is about the existence of a button that makes beginners think a commit and a push are part of the same atomic operation. Not the order of the words on this button

[–] [email protected] 13 points 4 months ago (1 children)

Programmers when they're outside the scope of the eclipse: uncanny pic

Programmers when they're inside the scope of the eclipse: uncanny pic

[–] [email protected] 3 points 4 months ago* (last edited 4 months ago)

The test team, standing half inside and half outside the eclipse: uncannyuncanny picpic

[–] [email protected] 8 points 4 months ago

I was about to say how Eclipse saved my ass once in final project in college, then I remembered it was Netbeans that saved me. It was a feature that create an ugly looking but fully functional system by connecting to a relational database - right now, I really wish I could remember the name of it, or the step by step. That was back in 2012.

[–] [email protected] 3 points 4 months ago

A trigger warning on this post for Android devs would’ve been nice.