UiPath Code Review Checklist – To Perform Effective RPA Code Reviews

 Perform Effective RPA Code Reviews

Code Review is improving general code quality and reducing the number of bugs by sharing the knowledge of the author and reviewers. Code review can be treated as a checklist in which developers submit their code for feedback before merging branches or deploying code to production. The feedback is usually given by a manager, or a tech lead.

____________________________________________

Workflow Analyzer 

Workflow Analyzer is a static code analyzer that ensures your project meets high quality and reliability standards. A static code analyzer checks for inconsistencies without executing the project, as opposed to dynamic analyzers which step in during execution.

 


____________________________________________

Code Review Checklist for UiPath Code Reviewer

The Code Review process, like any other process, can use some rules, for complex projects. So, it is the best practice that we should list and document the steps follow during code review.

Here is a checklist to performing code reviews.

1.    Framework.

2.    Annotation.

3.    Config file.

4.    Assets Name.

5.    Variables Name.

6.    Arguments Name.

7.    Activity Display Name.

8.    Selectors.

9.    Simulate Click/Windows Message.

10.  No hard-code values.

11.  Enter and Exit logging.

12.  Exception Handling.

13.  Workflow name and location.

14.  Commented and Unused code.

15.  Unit Test.


Comments

Popular posts from this blog

What is Robotic Enterprise Framework (RE Framework)?

What is Debugging in UiPath?