Skip to content

refactor: some technical debt reduction

Guillaume Bernard requested to merge (removed):technical-debt-reduction into master

Hi,

This new MR is intended to solve some other technical debt issues. It mainly consists of:

  • enforcing the prospector profile.
  • some refactoring (if/elif/else instructions, module imports, unused variables).

I noted that most of function have multiple exit points which makes some very hard to read. The if/elif/else statements are ambiguous when reading, sometimes.

Edited by Guillaume Bernard

Merge request reports

Loading