Currently the fragment covers each element it receives as nodes.
Each node is a predefined structure and only those properties are used in the fragment.
This also intended was to improve readability of the fragment to track how it constructs a string and to make room for formalized sub fragment injection. How this will happen is currently unknown, but the addition of prefix and suffix may require some reorganizing in the control flow and overall structure of what should be prioritized.
Original idea
Remove connector, then replace with prefix and suffix.
I now see that another approach should be used here, to ensure its deployment is clear to other contributors.
Currently the fragment covers each element it receives as nodes. Each node is a predefined structure and only those properties are used in the fragment.
This also intended was to improve readability of the fragment to track how it constructs a string and to make room for formalized sub fragment injection. How this will happen is currently unknown, but the addition of
prefix
andsuffix
may require some reorganizing in the control flow and overall structure of what should be prioritized.Original idea
I now see that another approach should be used here, to ensure its deployment is clear to other contributors.