this post was submitted on 20 Nov 2024
905 points (97.6% liked)

Programmer Humor

19688 readers
116 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 1 year ago
MODERATORS
905
submitted 3 days ago* (last edited 3 days ago) by [email protected] to c/programmer_humor
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 2 days ago (1 children)

You think VS Code is slow and bloated? What do you use?

Also, on several occasions I've had VS Code help me recover accidentally deleted files, because the editor keeps the file in memory, regardless of if it disappears on disk (like most editors).

[–] [email protected] 1 points 2 days ago (1 children)

What do you use?

Either an IDE like Visual Studio or Xcode or a text editor like Notepad++, Vim or nano, it depends. I also use Android Studio but I hate it.

[–] [email protected] 1 points 2 days ago (1 children)

You think VS Code is bloated and you use Visual Studio and Xcode?

[–] [email protected] 1 points 1 day ago

One is a glorified text editor, the other two are proper IDEs.