https://github.com/tosun-si/bees-demo-fp
This project shows some legacy code and patterns and a refactoring for each of them with Functional Programming, lambda and functions composition
https://github.com/tosun-si/bees-demo-fp
functional-programming functions-composition java lambda refactoring
Last synced: 6 months ago
JSON representation
This project shows some legacy code and patterns and a refactoring for each of them with Functional Programming, lambda and functions composition
- Host: GitHub
- URL: https://github.com/tosun-si/bees-demo-fp
- Owner: tosun-si
- Created: 2020-12-16T23:33:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-07T23:20:48.000Z (over 1 year ago)
- Last Synced: 2025-02-07T23:26:39.234Z (over 1 year ago)
- Topics: functional-programming, functions-composition, java, lambda, refactoring
- Language: Java
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bees-demo-fp
The purpose of this project is to present some legacy and imperative code designs, and propose a code refactoring
with functional programming.
`Java 18` is used on this project.
The concerned classes are :
- Validator
- Pattern Guards
- Factory
- Decorator