TourGuide icon indicating copy to clipboard operation
TourGuide copied to clipboard

Remove the limitation of 2 guides in sequence

Open Alchemist0823 opened this issue 9 years ago • 3 comments

In order to run a sequence, you must at least supply 2 TourGuide into Sequence using add()

Alchemist0823 avatar Nov 18 '15 22:11 Alchemist0823

I implemented the limitation of minimum 2 guides in a sequence because I thought if you only need 1 TourGuide, you can do it without the sequence. It doesn't make too much sense to me for having a Sequence with only 1 guide in it.

Can you describe a use case whereby you need a sequence with only 1 TourGuide?

Thanks!

worker8 avatar Jan 11 '16 13:01 worker8

when i implement a dynamical generated sequence, i have to do a special case for one element, which makes the code look trivial and ugly.

Alchemist0823 avatar Jan 12 '16 20:01 Alchemist0823

I agree. I have this problem when I create a Sequence after configuration change accordinly to passed steps.

vyndor avatar Jun 07 '16 01:06 vyndor