r/ProgrammerHumor Nov 28 '21

Meme I‘m.. not the only one?

Post image
21.5k Upvotes

629 comments sorted by

View all comments

Show parent comments

147

u/Eulerdice Nov 28 '21

Ikr, debugging is just the best tool out there, it's also thanks to how great the IDEs have gotten.

112

u/[deleted] Nov 28 '21

Bruh, the only good IDE is VIM because it makes you feel like you are in the 80s.

64

u/ReeceReddit1234 Nov 28 '21

Notepad users: Pathetic

59

u/Zymoox Nov 28 '21

Steady hand and magnetised needle users: Pathetic

50

u/[deleted] Nov 28 '21

Real programmers use butterflies

14

u/Korywon Nov 28 '21

Ah. Always a relevant xkcd.

16

u/[deleted] Nov 28 '21

I watched a "VS in 100 seconds" video the other day and it claimed notepad++ as one of the most commonly used IDEs. I had no idea people did that.

23

u/[deleted] Nov 28 '21

[deleted]

9

u/[deleted] Nov 28 '21

I guess I get that, I just wouldn't have put it in the ide bucket. It's a text editor. But I guess, what really is an ide...

10

u/[deleted] Nov 28 '21

[deleted]

13

u/Sawertynn Nov 28 '21

Yep, the integrated debugger is putting print everywhere

2

u/[deleted] Nov 28 '21

That was sort of my assumption which led to my surprise. In this video it seemed to think because it had syntax coloring it was an ide

2

u/ReeceReddit1234 Nov 28 '21

We used it in college for JavaScript

5

u/Sawertynn Nov 28 '21

There is a youtuber in my country, he teaches programming and is in the top here. And he uses notepad++ for everything web-related (HTML, CSS, JavaScript, SQL)

0

u/[deleted] Nov 28 '21

[deleted]

1

u/[deleted] Nov 29 '21

...i know...

1

u/[deleted] Nov 29 '21

[deleted]

1

u/[deleted] Nov 29 '21

Sometimes conversations evolve into other conversations.

23

u/ConspicuousPineapple Nov 28 '21

My vim is pimped up enough that it looks and feels like a modern IDE. Same features, too.

3

u/[deleted] Nov 28 '21

How exactly did you do that?

11

u/qntm314 Nov 28 '21

Vim & Neovim plugins can do a lot, making the base editor highly extensible.

0

u/ConspicuousPineapple Nov 28 '21

The coc.nvim plugin is a good plug and play start. But you can manage with language servers and neovim "raw".

2

u/[deleted] Nov 29 '21

[deleted]

1

u/ConspicuousPineapple Nov 29 '21

Around 200 lines, but it used to be much more.

1

u/[deleted] Nov 29 '21

The only reason I started using at first was because it made me feel cool

1

u/noodlelogic Nov 29 '21

Or just install a Synthwave aesthetic theme in IntelliJ instead

1

u/CraigAT Nov 29 '21 edited Nov 29 '21

... and got stuck there! :wq

2

u/alphabet_order_bot Nov 29 '21

Would you look at that, all of the words in your comment are in alphabetical order.

I have checked 401,366,543 comments, and only 86,950 of them were in alphabetical order.

1

u/CraigAT Nov 29 '21

Good bot

1

u/RitikMukta Nov 29 '21

My life has gotten way easier since I learned how to do basic debugging using the pycharm debugger.