Sequences behaviour #275
-
Hi, While creating the new field "Iterator", we realised that the sequences have the same behaviour as this field when introducing a FieldValueList with more than one value. We wanted to discuss whether it is ok for the sequences to act like that, or it will be better to remove that behavior from them. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
I believe it should be removed because it looks like the sequence is behaving like an iteration, when it's not. |
Beta Was this translation helpful? Give feedback.
-
I think that in the moment that a iterator has the same behaviour that a sequence, the type of the element automatically change from iterator to sequence and trated like that. So first, I would review the implications for the rest of application before remove it, and if it's possible I would remove it. Thus duplicated code is deleted or refactorized and more clean. |
Beta Was this translation helpful? Give feedback.
-
I think having two different operations that arrive at the same behaviour could lead users to think that they or the program are doing something wrong. |
Beta Was this translation helpful? Give feedback.
-
I believe it should be removed. |
Beta Was this translation helpful? Give feedback.
I believe it should be removed because it looks like the sequence is behaving like an iteration, when it's not.