vukics / Wigner_Time

Timeline creation and management for open-loop control in AMO experiments and beyond.
Boost Software License 1.0
0 stars 0 forks source link

new name for stack? #19

Open light-matters opened 1 week ago

light-matters commented 1 week ago

I'm wondering about the pros and cons of renaming stack with queue 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.

light-matters commented 4 days ago

Other ideas: procedure, design (nouns), stage, build (verbs)

light-matters commented 2 days ago

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(...),
...
)