|
|
|
|
|
by ragatskynet
4773 days ago
|
|
Looking at other people's code (and I mean more experienced programmers of course) always helped me to learn best-practices, patterns, etc. Also if you does not understand something (why is it there? why is it written that way?) it is very good to ask the guy who wrote it down about his purpose - maybe both of you can learn from these situations. Also this kind of "learning" is very useful in the future - you can understand other people's code faster or recognize problems by looking at the code. I think your idea is worth doing and I would encourage you to keep working on it; I am sure I will recommend it to my friends too. |
|