this post was submitted on 31 Aug 2025
317 points (96.5% liked)

Programmer Humor

26109 readers
1423 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
 

Finally I have a valid reason to learn about memory management. It was also hella weird when encountering it.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Neptr@lemmy.blahaj.zone 4 points 1 day ago (1 children)

Probably a good idea. I decided to learn Rust after using Python for a couple years. I took a semester of C++ but barely remember anything. Maybe I should write a project in C and rewrite later in Rust. I personally only learn when I get inspiration to make a program, which means I learn on the spot. I don't think it is the best way to do things (if I knew the language better I may make better decisions), but it is the only way I can motivate myself to learn.

[โ€“] Crashumbc@lemmy.world 3 points 1 day ago

Everyone learns differently. Go with what works for you.

I tend to learn the same way,