User story #193
Refactoring of LinkedListHolder and LinkedListable
Start date:
12.08.2015
Due date:
% Done:
0%
Estimated time:
Git branch (link):
Git merge to develop (link):
SVN commit (link/?p=rev):
Description
Current implementation relies heavily on functions inside LinkedListable.
All the logic shall be moved to LinkedListHolder, and LinkedListable should only have a pointer to the next element.