We need to drop any parameter sorting that is being done and allow for the following:
We have the ability to potentially combine from 3 different places:
- required
- includes
- sets
I would probably like the ability to at least do this:
- Force the required block to be first
- Force the include block to be second
- Force the set block to be third
However, I could see myself really wanting to do this:
- Force the required block to be first
- Force one include block to be second
- Force the set block to be third
- Force additional includes to be inserted at specific points in the set block
We need to drop any parameter sorting that is being done and allow for the following:
We have the ability to potentially combine from 3 different places:
I would probably like the ability to at least do this:
However, I could see myself really wanting to do this: