The long way through Software Craftsmanship

kata: persistent linked list

Feb 23, 2015 - 1 minute read - Comments - katakaizenlinked-listpersistent-data-structurejavatdd

I’ve just written a new kata, about a persistent linked list.

It is using the same project as for the linked list kata.

For now, only the add, contains and size methods are implemented.

If you have any comments or code review, please let me know

Polishing your tools The purple wire