Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Code Review in Technical Specifications

former_member577909
Participant
0 Likes
786

What is the Code Review in the technical Specification document.

5 REPLIES 5
Read only

Former Member
0 Likes
689

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

Read only

sourabhshah
Product and Topic Expert
Product and Topic Expert
0 Likes
689

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

Read only

Former Member
0 Likes
689

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

Read only

0 Likes
689

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

Read only

Former Member
0 Likes
689

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.