Validate configuration of factory parameters #1785
Labels
is:enhancement
An improvement of an existing feature.
is:technical-debt
This is aimed at reducing technical debt.
mod:core
This is related to the core module.
In many cases, we have factory parameters that are dependent on each other. Currently, we either do not properly validate these dependencies leading to failures, or need to explicitly have logic in the core.
A better approach might be to specify dependencies in the header file when declaring the factory parameters and their default. The dependencies can then be properly validated giving better errors for the user.
The text was updated successfully, but these errors were encountered: