Open light-matters opened 1 week ago
I'm wondering about the pros and cons of renaming stack with queue or some such?
stack
queue
The reasoning is that this function is used to build an experiment (i.e. at the user layer), whereas stack is really describing the implementation.
Other ideas: procedure, design (nouns), stage, build (verbs)
procedure
design
stage
build
It's been stewing in the back of my mind a bit and I like the idea of build.
tl.build( tl.create(...), tl.ramp(...), ... )
I'm wondering about the pros and cons of renaming
stack
withqueue
or some such?The reasoning is that this function is used to build an experiment (i.e. at the user layer), whereas
stack
is really describing the implementation.