i am looking for guidance or best practice to review my code or review my colleague code working in same company.
two way i guess exist to review code. one is manual process and one should be automated process where people may use various tools to review code.
so please discuss two different process called manually review code and automated way review code using tools.
please guide me in details. thanks
Loading
Nilesh ShahPosted Mar 10, 2017, 9:25 AM
Afzaal Ahmad ZeeshanPosted Mar 13, 2017, 11:35 AM
The reviews that a machine can do are based on the performance metric, resource usage, memory leakage etc. The reviews for the naming conventions, etc is all done manually because machines don't know what the underlying meaning for that variable is.
Posted Mar 13, 2017, 5:31 AM
Posted Mar 13, 2017, 5:27 AM
How Visual Studio code analysis help to review code. can you give me any link which help me to use it to review my code before release.
i am from small organization where no rule is there for coding but i am want to learn code review area to sharpen my area of coding.
another question is what are the area is checked or consider when we review the code ?
code performance, memory consumption or coding guide line or convention ?
please give me some idea. suppose when you will review ones code then what are the area you will check in code ?
please discuss.
Posted Mar 13, 2017, 5:23 AM
How Visual Studio Team Services is used to review code automatically. can you give me any good article link which help me to implement.
another question is what are the area is checked or consider when we review the code ?
code performance, memory consumption or coding guide line or convention ?
please give me some idea. suppose when you will review ones code then what are the area you will check in code ?
please discuss afzaal
Afzaal Ahmad ZeeshanPosted Mar 10, 2017, 9:07 AM
So now let me give you an overview of what I believe about the two methods you talk about,
Manual process
On the other hand, the manual process is simpler and less expensive because you do not need to purchase a subscription for an automation service.
Automated process
The testing can also include and involve the code standard, code size or even the code runtime performance to be tested here. Many cloud solutions, such as Visual Studio Team Services solutions, can be used to test the code automatically.
Tapan PatelPosted Mar 10, 2017, 9:04 AM