this post was submitted on 17 Mar 2025
480 points (95.5% liked)

Programmer Humor

21659 readers
2270 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
 

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
[–] Adalast@lemmy.world 9 points 1 day ago (2 children)

I used Notepad++ for virtually all coding I did (Python, JS, various Markup Languages, Action Script back in the day, etc) for a couple decades. The only reason I use VSCode now is because I inherited a nightmare of a legacy spaghetti bowl and needed the function tracing to attempt to figure out anything. I still prefer N++ for most small projects.

[–] Droggelbecher@lemmy.world 4 points 1 day ago* (last edited 1 day ago)

I'm currently working with some code that partly was written in the punch card era.

[–] CanadaPlus@lemmy.sdf.org 1 points 22 hours ago

Yeah, if you had really bad locality of reference I imagine that would be very helpful.