The source project of this merge request has been removed.
refactor: some technical debt reduction
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