breck7 / scrollsdk

Build on top of Scroll.
https://sdk.scroll.pub
380 stars 17 forks source link

clean up search methods #113

Closed breck7 closed 3 years ago

breck7 commented 3 years ago

very hard to remember the APIs for the search methods.

glop, grep, find, etc...Many ways to query tree nodes but hard to remember which one to use.

They should all probably have a common verb:

globFind endsWithFind jqueryFind

Also hard to remember what the returns are. Is it a node? An array of nodes? etc

breck7 commented 3 years ago

closing in favor of https://github.com/publicdomaincompany/jtree/issues/103