An open API service indexing awesome lists of open source software.

https://github.com/mcfoggy/kata-countries

Java kata for working on Optional, Stream, Lambda
https://github.com/mcfoggy/kata-countries

Last synced: 7 months ago
JSON representation

Java kata for working on Optional, Stream, Lambda

Awesome Lists containing this project

README

          

# countries :: a kata to become familiar with Optional, Stream & Lambdas

## Building the project

The project uses [Apache Maven](http://maven.apache.org/) to build.

If you have maven installed, you can build and run the tests via `mvn clean test`.
If you have not maven, then you can use the provided wrapper via `mvnw clean test`

## Work in your preferred IDE

Ideally you should load the project inside your prefer IDE and make sure you can run the tests.

## Running the kata

The kata will mainly consist in making the tests to pass.

At each step you will have to uncomment the tests corresponding to the step and make them pass.