Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salespaulo/poc-refactory
Refactoing code using Lambdas, Funtional Programming and Java 8.
https://github.com/salespaulo/poc-refactory
functional-programming java-8 poc prove-of-work
Last synced: 6 days ago
JSON representation
Refactoing code using Lambdas, Funtional Programming and Java 8.
- Host: GitHub
- URL: https://github.com/salespaulo/poc-refactory
- Owner: salespaulo
- License: mit
- Created: 2016-12-26T14:09:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-09T19:39:28.000Z (almost 7 years ago)
- Last Synced: 2024-12-05T11:15:13.245Z (2 months ago)
- Topics: functional-programming, java-8, poc, prove-of-work
- Language: Java
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# poc-refactory
TechTalk refactoing code using Lambdas, Funtional Programming and Java 8.
## Presentation
* [Estilo Funcional em Java 8](https://docs.google.com/presentation/d/1Q02C435Eq8DdKDFBkVgjuPlvNMHFkcMhnigO2FslABE/edit?usp=sharing)## Inspired by
* [Whoops! Where did my architecture go?](https://www.youtube.com/watch?v=tEm0USdF-70)
* [Java Practices -> Package by feature, not layer](http://www.javapractices.com/topic/TopicAction.do?Id=205)
* [Refactoring to Functional Style using Java 8](https://youtu.be/wjF1WqGhoQI)