‎2006 Dec 14 5:21 AM
What is the Code Review in the technical Specification document.
‎2006 Dec 14 5:24 AM
u need to check the standards of the code, technical specification . for that u need to have code review template
...award points if useful.
Rgds,
Nagendra Prasad.J
‎2006 Dec 14 5:26 AM
Hello,
Code review is a process where the code written by a developer is reviewed by a set of experts or competant people.
The mention of the Code review in the Technical specification document might be indicative to process which had to be followed in the development phase.I exactly have to know the context of the usage to help you more.
Regards,
Sourabh
‎2006 Dec 14 5:33 AM
Code Review is done after the implementation process by the technical experts.. its the proess in which they review the code for checking the performance of the code.
Reward points if its helpful
‎2006 Dec 14 6:22 AM
Hi,
Code review is done by the other member of the team member or by the onsite guy from the clien side or by team SQA.
Each company is having their own way of coding standards and naming conventions. the client always send one template for the same when the project starts.
The developer can not review his object and the third person like SQA of the team will review it and it will done in document which will be kept for reference.
if any changes or comments made by the SQA, then the developer will change the same again.
hope this will help you.
Thanks
Shiva
‎2006 Dec 14 6:56 AM
Hi,
1) The object of the code review is check whether Project standard i.e Naming standard are followed in the project are not.
2) Not raise any error of the program .
3) Check the requirement is met are not with optimal procedure.