|
|
|
|
|
by stonemetal
5198 days ago
|
|
I look at other people's code and it's as if I'm reading Chinese. How large a program have you written on your own? Where are you finding code to read? I wouldn't start reading code until you are fairly comfortable writing and debugging code. Reading code is harder than writing code. Start by trying to read code you wrote but haven't looked at in a month. That way you are familiar with what it is supposed to be doing and the style it is written in. |
|