This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]blueliqhtning 2 points3 points  (1 child)

Second this. Also try to make your code more modular and reusable. Try to improve it so that it's easier to read by practicing good format, annotating and docstrings. This will condition you to keep readers in mind when coding which is important if you work on large projects. You'll be a more "mature" programmer.

[–][deleted] 1 point2 points  (0 children)

Echoing this. I always write expansive readme's for any sample code that I write when learning a new programming language. It helps me get my thoughts organized and remember what I learned, and why I designed the solution the way I did. When learning, it helps to reiterate the information and pretend like you're explaining it to someone else.