15
Can we talk about how a friend told me my beginner Python code was 'unreadable'?
I mean, they pointed out I was using single-letter variable names like 'x' and 'y' everywhere, so I switched to descriptive names like 'user_score' and 'item_count' after that, and it's way easier to fix my own mistakes now.
3 comments
Log in to join the discussion
Log In3 Comments
adams.faith1mo ago
Ugh I totally get that, naming things is so hard at first but it helps a ton
8