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

Programmer Humor

19623 readers
2827 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
864
submitted 2 days ago* (last edited 2 days ago) by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[–] hperrin 1 points 1 day 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 1 day 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.

[–] hperrin 1 points 1 day ago (1 children)

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

[–] [email protected] 1 points 22 hours ago

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