spatie / query-string

Manipulate query strings
https://spatie.be/open-source
MIT License
160 stars 10 forks source link

Better name for AST #4

Open brendt opened 5 years ago

brendt commented 5 years ago

AST, or "abstract syntax tree", creates the expectation of a nested tree structure. In the case of a query string, the AST will only ever be one level deep; as multi nodes are combined into one.

If anyone wants to suggest a better, more clear name: you're welcome.

freekmurze commented 5 years ago

Braindump of first thoughts: QueryStringBag, QueryStringParts, QueryStringNodes, QueryStringNodeCollection

ericsizemore commented 2 months ago

While realizing this issue is several years old, and it appears the name is still set at AST... here's a couple ideas:

QST (QueryStringTree), QSS (Query String Schema), QSS (Query String Structure)