this post was submitted on 18 Aug 2025
249 points (95.6% liked)

Programmer Humor

25805 readers
1652 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
[–] malware@lemmy.zip 10 points 18 hours ago (1 children)

Same. Feel like I really gotta create a small library with examples of different stuff for each language I use.

[–] Rhaedas@fedia.io 8 points 18 hours ago (1 children)

I already have that. It's the old code, and I always find myself looking back to pull snippets because I don't remember how my genius in the past did it. But that's how you're supposed to do it anyway, right? Why reinvent the wheel.

[–] Ephera@lemmy.ml 2 points 14 hours ago

Yeah, when I'm well in training with a language, there's certainly a magnitude more stuff that I know off the top of my head, but what really makes the difference is that I know where to look up how to do something and what libraries to pull in.

You don't need to remember everything to the point, where you could reproduce it without looking anything up. It's much more important to have a pattern in your head, so that when you do look things up, you can piece back together how it worked from that information you find online.