Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xpinjection/java8-misuses
Common misuses of new Java 8 features and other mistakes
https://github.com/xpinjection/java8-misuses
java java-streams java8 java8-learning java8-misuses java8-optionals java8-study
Last synced: about 1 month ago
JSON representation
Common misuses of new Java 8 features and other mistakes
- Host: GitHub
- URL: https://github.com/xpinjection/java8-misuses
- Owner: xpinjection
- Created: 2016-08-31T15:42:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-13T20:28:17.000Z (about 5 years ago)
- Last Synced: 2024-09-30T13:23:59.460Z (about 1 month ago)
- Topics: java, java-streams, java8, java8-learning, java8-misuses, java8-optionals, java8-study
- Language: Java
- Size: 67.4 KB
- Stars: 250
- Watchers: 37
- Forks: 91
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# java8-misuses
Common misuses of new Java 8 features and other mistakes.
Java 8 is being around for a while already and lot of us are already using Java 8 features on our projects. But do we use these great Java 8 features correctly and efficiently? Having done lots of code reviews during last years we’ve seen some common antipatterns of Java 8 features usage. Here we want to gather lots of examples where Java 8 features were misused or poorly used and show you how certain things could have been better implemented.