I'm AlanWu. I'm in junior high. I've written a lot of bad code. Here's what I changed to make it less bad.
1. Name things like a human
// Don't do this
int d; // days? distance? damage?
int cnt = 0; // "cnt" — you know, the classic
I'm AlanWu. I'm in junior high. I've written a lot of bad code. Here's what I changed to make it less...
I'm AlanWu. I'm in junior high. I've written a lot of bad code. Here's what I changed to make it less bad.
1. Name things like a human
// Don't do this
int d; // days? distance? damage?
int cnt = 0; // "cnt" — you know, the classic

Everyone says "code 8 hours daily" and "read docs only". I tried that. Burned out in 1 week 💀 Then...

C++ Error Messages Translated — 10 Common Compilation & Link Errors Explained Hi...

I've been writing software for a long time. Long enough to have shipped in languages people don't run...

⏱️ Reading time: 7-9 minutes 🎯 Difficulty: Beginner - Intermediate 📂 Themes: Computer Science,...

What if your code looked like this? name = "Abneesh" age = 20 scores = [95, 87, 92] If age is...

Junior to junior. No hype, no doom. Just what a year of actually using these tools taught me. ...