Learning by exercises
- Go down: Introduction
- Go right: Kata set-up
https://www.eclipse.org/collections/
- The best Java collections framework ever that brings happiness to your Java development :)
- Rich, concise and readable APIs
- Many container types including immutable collections, primitive collections, bimaps, multimaps and bags
- Memory efficient containers
- A programming exercise which helps hone your skills through practice.
- This one is set up as a series of unit tests which fail.
- Your task is to make them pass, using Eclipse Collections
I hear and I forget. I see and I remember. I do and I understand. -- Confucius
- New concepts are introduced in the slides
- Coding exercises are at the end of each section
- Clone Eclipse Collections repo or simply download master zip file and extract
- Open your IDE and import the cloned or downloaded project as a maven project.
- Run tests under
pet-kata/src/tests
- The tests are expected to fail. Your task is to make them pass, using Eclipse Collections