Talk:Singly-linked list/Element insertion: Difference between revisions

From Rosetta Code
Content added Content deleted
(Why has the task been split into two tasks?)
 
(I agree)
Line 1: Line 1:
== Why has the task been split into two tasks? ==
== Why has the task been split into two tasks? ==
Why has the task of using linked list been split into two tasks, [[Singly-Linked List (element)]] and [[Singly-Linked List (element insertion)]]? This makes it more difficult to follow what is going on and to test the examples. Those two can not be considered as separate independent tasks. --[[User:PauliKL|PauliKL]] 12:24, 19 November 2008 (UTC)
Why has the task of using linked list been split into two tasks, [[Singly-Linked List (element)]] and [[Singly-Linked List (element insertion)]]? This makes it more difficult to follow what is going on and to test the examples. Those two can not be considered as separate independent tasks. --[[User:PauliKL|PauliKL]] 12:24, 19 November 2008 (UTC)

: '''Agree.''' Feel free to merge these tasks into a [[Linked list]] task. In my opinion, the same could go for [[Doubly-linked list]] and [[Arrays]]. --[[User:IanOsgood|IanOsgood]] 21:39, 19 November 2008 (UTC)

Revision as of 21:39, 19 November 2008

Why has the task been split into two tasks?

Why has the task of using linked list been split into two tasks, Singly-Linked List (element) and Singly-Linked List (element insertion)? This makes it more difficult to follow what is going on and to test the examples. Those two can not be considered as separate independent tasks. --PauliKL 12:24, 19 November 2008 (UTC)

Agree. Feel free to merge these tasks into a Linked list task. In my opinion, the same could go for Doubly-linked list and Arrays. --IanOsgood 21:39, 19 November 2008 (UTC)