Skip to content
New issue

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

Refactor TLVTree to not have a View attribute #74

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

martialblog
Copy link
Member

Reasoning: The mental model was a bit confusing, since the Model\View reads the YAML and has a Tree attribute, while this Tree had the same View as attribute.

But we only need some attributes from the View in the Tree, might even be possible to use Model\View instead of Tree in some cases and then use view->getTree().

Reasoning: The mental model was a bit confusing, since
the Model\View reads the YAML and has a Tree attribute, while
this Tree had the same View as attribute.

But we only need some attributes from the View in the Tree,
might even be possible to use Model\View instead of Tree in some cases
and then use view->getTree().
@martialblog martialblog self-assigned this Aug 2, 2024
@cla-bot cla-bot bot added the cla/signed label Aug 2, 2024
@martialblog martialblog merged commit c7a350b into release/v1.0 Aug 2, 2024
5 checks passed
@martialblog martialblog deleted the refactor-tree branch August 2, 2024 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant