Talk:Loop over multiple arrays simultaneously: Difference between revisions

From Rosetta Code
Content added Content deleted
(Task clarification required?)
 
(→‎Task clarification required?: True, bit which to choose?)
Line 3: Line 3:


It might help readers compare the languages more easily, if the task be clarified to either specify that the code should handle arrays of different types, or that all arrays are the same type. --[[User:Tikkanz|Tikkanz]] 00:21, 19 November 2009 (UTC)
It might help readers compare the languages more easily, if the task be clarified to either specify that the code should handle arrays of different types, or that all arrays are the same type. --[[User:Tikkanz|Tikkanz]] 00:21, 19 November 2009 (UTC)

:True, bit which to choose? --[[User:Paddy3118|Paddy3118]] 03:27, 19 November 2009 (UTC)

Revision as of 03:27, 19 November 2009

Task clarification required?

It seems that some of the solutions have assumed that each of the arrays are of the same type (string) while others have assumed that the array (1,2,3) is a list/array of integers. The result is that solutions provided by any two languages do not necessarily solve the same task and are not necessarily directly comparable.

It might help readers compare the languages more easily, if the task be clarified to either specify that the code should handle arrays of different types, or that all arrays are the same type. --Tikkanz 00:21, 19 November 2009 (UTC)

True, bit which to choose? --Paddy3118 03:27, 19 November 2009 (UTC)