power-grid-model icon indicating copy to clipboard operation
power-grid-model copied to clipboard

[IMPROVEMENT] Refactor the python validation

Open Jerry-Jinfeng-Guo opened this issue 7 months ago • 0 comments

In validation functions like validate_required_values, the incremental approach towards component is already reaching the limit of pylint argument. Refactoring is needed to break up the functions in this module to smaller pieces. This will not only reduce the cognitive complexity but also help make things easier for testing purposes.

Jerry-Jinfeng-Guo avatar May 16 '25 10:05 Jerry-Jinfeng-Guo