|
|
|
|
|
by pittmajp
1808 days ago
|
|
When I read code, I understand it, its intentions, and its output. I'm not simply replicating things that I've read before. I learned about inheritance in java in school. When I go to write python, I need only look up the syntax because I understand the logic. |
|
Also, some people explicitly avoid reading codebases to avoid duplicating by mistake some copyrighted code.
Not sure if this is true but I heard that it used to be forbidden to Microsoft developers to read open source code.