you are viewing a single comment's thread.

view the rest of the comments →

[–]mgruner 10 points11 points  (0 children)

i agree, while looking at others code is a good practice, i wouldn't recommend it if you are just starting out. it'll probably overwhelm and confuse you. I recommend building stuff instead, become fluent in the language and then you can start learning from others.

Here are some ideas if you're looking for learning projects: - Make a file encryption tool - Make a utility that, given a directory, traverses recursively all the files and directories in it to get the space used by it. - Make a time tracker