https://github.com/stackbuilders/refactoring-legacy-code
Refactoring Legacy Code using FP
https://github.com/stackbuilders/refactoring-legacy-code
functional-programming java lambda-expressions
Last synced: 8 months ago
JSON representation
Refactoring Legacy Code using FP
- Host: GitHub
- URL: https://github.com/stackbuilders/refactoring-legacy-code
- Owner: stackbuilders
- License: mit
- Created: 2019-07-05T19:16:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T15:17:57.000Z (about 5 years ago)
- Last Synced: 2025-01-23T04:32:38.574Z (10 months ago)
- Topics: functional-programming, java, lambda-expressions
- Language: Java
- Homepage: https://slides.com/sestrella/refactoring-legacy-code
- Size: 1.76 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/stackbuilders/refactoring-legacy-code)
# Refactoring legacy code using functional programming
Code snippets used during [JavaDay][javaday] presentation.
## Requirements
- [JDK 8][jdk-8]
- [Maven][maven]
## Getting Started
Clone the repository:
```
git clone https://github.com/stackbuilders/refactoring-legacy-code-using-functional-programming.git
```
Compile the source code:
```
mvn compile
```
Run the tests:
```
mvn test
```
## Benchmark
Compile the source code:
```
mvn compile -Pjdk8
```
Run benchmark:
```
mvn exec:java -Pjdk8
```
## License
Licensed under [MIT](LICENSE).
[javaday]: https://www.javaday.ec
[jdk-8]: https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
[maven]: https://maven.apache.org/install.html