We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ocarina backend code has multiple occurrences of duplicated code, e.g. when iterating on subcomponents, features, etc. that should be removed
The text was updated successfully, but these errors were encountered:
* Factor out visit of subcomponents
14e2d66
For #111
* Remove code duplication
c556cbc
* Simplify code structure
4368f99
* Replace explicit visit of subcomponents with call to generic
01fb72c
function For #111
yoogx
No branches or pull requests
Ocarina backend code has multiple occurrences of duplicated code, e.g. when iterating on subcomponents, features, etc. that should be removed
The text was updated successfully, but these errors were encountered: