Being prepared for a code review as a developer?
Posted
by
Karthik Sreenivasan
on Programmers
See other posts from Programmers
or by Karthik Sreenivasan
Published on 2011-11-18T06:44:42Z
Indexed on
2011/11/18
10:18 UTC
Read the original article
Hit count: 427
I am looking for some ideas here.
I read the article How should code reviews be Carried Out and Code Reviews, what are the advantages? which were very informative but I still need more clarity on the question below.
My Question is,
Being the target developer, can you suggest some best practices a developer can incorporate before his code is going get reviewed.
Currently I practice the following methods
- PPT for a logical flow
- Detailed comments.
Issue: Even though I have implemented the above practices, they do not help on the review. The problem I faced is, when certain logic is referred, I keep searching for the implementation and the flow and too much time is wasted in the process and I get on people’s nerve.
I think a lot of developers would be going through what I am going through as well.
© Programmers or respective owner