9

There has literally only been one time I've used singly/doubly linked lists in my code. And when I did, it turned my program into a monstrosity.

10/10 would never do again!

Comments
  • 2
    Is au they are very useful. I use them (well, *implement* them - I use existing implementations a lot more often) like every few months. For example my xml parser used them a lot.
  • 1
    Wtf did my mobile keyboard do to my comment? 'Is au' was meant to read 'I have'.
  • 1
    @matsaki95 *sigh*

    ...

    -_-

    ...

    * I THINK
  • 0
    its only painful when you do it in c or c++, the newer languages have the implementation abstracted and is available as a ready to use library which you can call and get the desired functionality done in minutes.
Add Comment