Talk:Singly-linked list/Element insertion

From Rosetta Code
Revision as of 21:42, 19 November 2008 by rosettacode>IanOsgood

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 and Singly-Linked List (traversal) into a Singly-linked list task. In my opinion, the same could go for Doubly-linked list and Arrays. --IanOsgood 21:39, 19 November 2008 (UTC)