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
- Host: GitHub
- URL: https://github.com/mcfoggy/kata-countries
- Owner: McFoggy
- License: other
- Created: 2019-04-25T12:05:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-25T14:59:03.000Z (over 6 years ago)
- Last Synced: 2025-02-15T21:19:44.944Z (9 months ago)
- Language: Java
- Size: 114 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.