Solutions Code Review
     
Solutions
 

Code Review


Improving the source code

Projects need to follow development rules in order to :

  • Normalize the code
  • Simplify its reading
  • Anticipate maintenance

Visual Expert will help you during the 3 following phases:

  • Before the development, Visual Expert helps to define the development rules (you can use the default ones)
  • During the development, Visual Expert helps to apply the rules and to correct errors,
  • After the development, Visual Expert can search in the whole application for unused components and those that do not comply with the rules.

Detecting the dead code Dead code view

Visual Expert detects code in your application. Dead code includes functions, properties, parameters or variables that are never referenced.

Removing this dead code will improve the performance of your application and the source code will be easier to maintain

Discover Visual Expert code review for:

- PowerBuilder
- Oracle PL/SQL
- Sybase ASE T-SQL
- MS SQL Server T-SQL