6
Reply

Give any 5 important checks in code review?

Raju p

Raju p

Mar 03, 2015
1k
1

    Coding conventions, repetitive code block,Unused code blocks, performance metrics and Checking of Logging/Exception handling.

    Riyas Ahammed
    June 05, 2016
    2

    * Naming standard should be in camel casing or pascal casing. * Use region to separate private methods, public methods and events etc. * Should not use unnecessary commented lines in code. * Each method or event should have be described using multi-line comments. * Decrease the number of lines of code as possible.

    Ayappan Alagesan
    February 12, 2017
    0

    ->No of Lines of code ->Number unused variables (Warnings) ->Number of repetitive functions in project ->Check whether class instead instead of arguments as function parameters. ->Dispose variable if disposable after user if possible. -> User using when needed. -> user for instead of ForEach and a lot more.

    Vishal Jadav
    August 08, 2016
    0

    Coding conventions, repetitive code block,Unused code blocks, performance metrics and Checking of Logging/Exception handling.

    Riyas Ahammed
    June 05, 2016
    0

    Coding conventions, repetitive code block,Unused code blocks, performance metrics and Checking of Logging/Exception handling.

    Riyas Ahammed
    June 05, 2016
    0

    Coding conventions, repetitive code block,Unused code blocks, performance metrics and Checking of Logging/Exception handling.

    Riyas Ahammed
    June 05, 2016
    0