this post was submitted on 23 Jan 2026
585 points (91.1% liked)
Programmer Humor
29487 readers
597 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You can code in a text editor. It is cumbersome and annoying, but possibly.
You should however use a good ide if you want to be productive
Honestly most good text editors should support LSP these days, which at the very least gives a good IDE. That way you can somewhat decouple the dev environment from the text editor, bar a few exception languages that are harder to work with.