Questions tagged [reading-code]
17 questions
24
votes
7 answers
As a software engineer, how important is it to read other's code?
I am a budding software engineer (now a sophomore, major in CS) and I really struggle to understand other people's programs. I want to know if this skill (or lack of it) can be a handicap for me, and if yes, then how can I develop it?

James Bond
- 386
0
votes
2 answers
What are best practices to read high level undocumented and uncommented code?
There are some opensource projects, that have classes and classes without any significant explanation about what the class does and or why is that class needed. For example, classes in the CppEditor plugin for QtCreator. What are the best practices…

Adrián Pérez
- 211