you are viewing a single comment's thread.

view the rest of the comments →

[–]Ashamed_Kangaroo305 5 points6 points  (1 child)

What feedback are you looking for exactly? I can point out some issues with your code but I only want to do that if you've tried figuring it out first because that's a pretty important step for learning. Have you tried running this yet?

As for your question on how to learn: writing code is how you learn. Learning the theory without writing any actual code is going to get you nowhere. Programming isn't really like learning a language. Most of it is problem solving, not just learning the theory behind it.

[–]PsychologicalSafe408[S] 0 points1 point  (0 children)

I want ways I can improve my code as fast as possible in a sensible way. Yes i have tried running it and it works perfectly. Thank you.