How do you become better at reading code?

preview_player
Показать описание
In "How do you become better at reading code?" I answer a programming question.

Рекомендации по теме
Комментарии
Автор

Thank you for some truly helpful advice.

NeilMarcellini
Автор

Reading Code / Documentation -
1 - Priorities the code you want to read :
* Do not just go to open source project and start reading code but think "What problems they're trying to solve"
* Fredrik's way [In case of reviewing code her does these] -
(a) Look at the story specification / Get the KT from the person who worked on it & ask questions, Know what needed to be done
(b) Take time to read the code you need to review
(c) Ask the questions: Always have the person who wrote the code at side unless they left the company - Ask them why they written a specific feature in a certain way.

gullukumar