query-string icon indicating copy to clipboard operation
query-string copied to clipboard

Better name for AST

Open brendt opened this issue 7 years ago • 3 comments

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.

brendt avatar Dec 20 '18 13:12 brendt

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

freekmurze avatar Dec 20 '18 14:12 freekmurze

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)

ericsizemore avatar May 11 '24 09:05 ericsizemore