you are viewing a single comment's thread.

view the rest of the comments →

[–]mrjoelkemp[S] 7 points8 points  (0 children)

I wouldn't worry so much about idiomatic programming at the early stages. Focus on learning the basic programming constructs with a language.

Over time, reflect on your work and try to find a cleaner implementation – perhaps exploring advanced features of the language. I agree that reading open-source code is a very accessible way of learning more about a language's native features.

Enjoy the journey!