this post was submitted on 13 Dec 2023
488 points (94.2% liked)

Programmer Humor

24736 readers
980 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
[–] derpgon@programming.dev 33 points 2 years ago (9 children)

JetBrains IDEs, I don't remember the last time I used the CLI.

[–] expr@programming.dev -5 points 2 years ago (4 children)

Good luck doing anything remotely complicated/useful in git with an IDE. You get a small fraction of what git can do with a tool that allows absolutely 0 scripting and automation.

[–] muddi@hexbear.net 2 points 2 years ago* (last edited 2 years ago)

There are automations. You can even add git hooks iirc. Mostly I find the lint and other code quality integrations nice to have in the IDE, since the inline results allow me to navigate directly to the code

Diffing is a lot easier too

load more comments (3 replies)
load more comments (7 replies)