Raju p
Give any 5 important checks in code review?
By Raju p in C# on Mar 03 2015
  • Riyas Ahammed
    Jun, 2016 5

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

    • 2
  • Ayappan Alagesan
    Feb, 2017 12

    * 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.

    • 0
  • Vishal Jadav
    Aug, 2016 8

    ->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.

    • 0
  • Riyas Ahammed
    Jun, 2016 5

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

    • 0
  • Riyas Ahammed
    Jun, 2016 5

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

    • 0
  • Riyas Ahammed
    Jun, 2016 5

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

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS