asam-ev / qc-openscenarioxml

6 stars 3 forks source link

Refactor and clean up #59

Closed hoangtungdinh closed 3 weeks ago

hoangtungdinh commented 3 weeks ago

Description

Refactor to reduce the code complexity and remove code duplication.

Main changes

  1. Remove the "checker group" layer. Now from main we directly call all the checkers.
  2. Add the method execute_checker to handle repetitive work.
  3. Update documentation

How was the PR tested?

  1. Unit-test

Notes