this post was submitted on 23 Jan 2026
585 points (91.1% liked)

Programmer Humor

29487 readers
451 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
[–] raspberriesareyummy@lemmy.world 0 points 1 week ago (1 children)

You clearly haven't done much backend or middleware development.

[–] Johanno@feddit.org 1 points 1 week ago (1 children)

It depends.

You don't want to write Java or kotlin in a text editor and gather the terminal commands for compiling and stuff when you could use an ide for that.

However there is not much difference writing C in an editor and compile it with make than using an ide. But in both cases I would prefer an ide.

The only reason why I would not use one is when there are incompatibilities or other special setups that make using an ide more work than an editor

"it depends" is something I can agree on.