Skip to content

#171 - Allow Parent Nodes to Have an Empty children Array #177

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

Merged
merged 1 commit into from
Nov 26, 2019

Conversation

GuyPaddock
Copy link
Contributor

In computer science terms, a node without any children is a "leaf". But in practical use, it's common to run into structures (e.g. empty folders in file systems) where a node is still a parent because it does not yet have children but has the capacity to have children in the future.

Closes #171.

In computer science terms, a node without any children is a "leaf". But
in practical use, it's common to run into structures (e.g. empty folders
in file systems) where a node is still a parent because it does not
_yet_ have children but has the capacity to have children in the future.

Closes jakezatecky#171.
@jakezatecky
Copy link
Owner

Hey, thanks for the quality PR!

@jakezatecky jakezatecky merged commit 7c38686 into jakezatecky:master Nov 26, 2019
@jakezatecky jakezatecky added this to the v1.6.0 milestone Dec 11, 2019
@GuyPaddock GuyPaddock deleted the feature/issue-171 branch March 29, 2020 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

can not find a way to display Empty Folder.
2 participants