548
submitted 1 day ago* (last edited 1 day ago) by Droggelbecher@lemmy.world to c/programmer_humor@programming.dev

I regret nothing. Say what you want.

Edit: I just saw the two typos. If you find them, you're welcome to keep them.

you are viewing a single comment's thread
view the rest of the comments
[-] bitwolf@sh.itjust.works 1 points 8 hours ago* (last edited 8 hours ago)

My understanding has always been:

  • Text Editor: just writes text, no formatting (other than line endings)

  • Code Editor: A family Text Editors that have additional capabilities such as syntax highlighting. And optionally a plugin or extension ecosystem. (VSCode, vim family, Emacs, even gedit )

  • IDE: An application that includes Code Editor functionality, but also includes tools for a building on given tech stack. This comes out of the box, are a "part of" the application, are peers to the code editor, and cannot be removed, but can optionally be extended through plugins or extensions.

this post was submitted on 17 Mar 2025
548 points (100.0% liked)

Programmer Humor

21658 readers
959 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