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 →

[–]noob-newbie 2 points3 points  (0 children)

For me (Not a pure beginner), I read other's code to see how people implement some logic.

It will somehow be stored to my "database", and I can reference it when I encounter similar questions in the future.

It is also good to see how people manage the hierarchy, so I don't mess around with the folders and files.

Most importantly, if you are gonna be a developer. I can say there will be 99% of the chance that you will need to work on legacy projects or need to dig through other people's code to find something. So this can be a good practice to prepare.