You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The FeatureCrawler generates a tree of FeatureNode objects. I think it would be better to use sub-classes to represent the different type of nodes that one could encounter (Directory, Feature file, Markdown file, etc.) so that we can add support for other types of files if it becomes necessary. Would also clean up some of the feature crawling code.
The text was updated successfully, but these errors were encountered:
The FeatureCrawler generates a tree of FeatureNode objects. I think it would be better to use sub-classes to represent the different type of nodes that one could encounter (Directory, Feature file, Markdown file, etc.) so that we can add support for other types of files if it becomes necessary. Would also clean up some of the feature crawling code.
The text was updated successfully, but these errors were encountered: