Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dongju-na/modern-java-practice
Example project to practice modern Java
https://github.com/dongju-na/modern-java-practice
gradle java jdk lambda sample-code stream study
Last synced: 2 months ago
JSON representation
Example project to practice modern Java
- Host: GitHub
- URL: https://github.com/dongju-na/modern-java-practice
- Owner: DongJu-Na
- License: mit
- Created: 2024-03-22T11:01:55.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-15T20:45:04.000Z (8 months ago)
- Last Synced: 2024-09-30T13:04:51.178Z (3 months ago)
- Topics: gradle, java, jdk, lambda, sample-code, stream, study
- Language: Java
- Homepage:
- Size: 140 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# modern-java-practice 🚀[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)
![svgviewer-png-output](https://github.com/DongJu-Na/modern-java-practice/assets/79893048/beb13885-e17a-45e8-8615-04710d933f0d)Example project to practice modern Java
## How to Study 📚
![B4926602499_l](https://github.com/DongJu-Na/modern-java-practice/assets/79893048/bc188aa3-c421-49bc-a407-041d16424959)### Study progress is recorded and saved in this repository. The recorded contents are as follows.
- **Notation of the person in charge for each sub-topic and a summary of each sub-topic**
- When all subtopics of a chapter are uploaded, the study site compiles them into the chapter README.md and uploads them as one.
- Commit the path to the docs subdirectory.
- Records questions and answers that arise during study in issues
- Content to be added or supplemented to the presented content
- Basically, all content is based on the book.
- If you cover additional content beyond what is in the book, you must provide clear sources and supporting materials. (To prevent learning the wrong content)## Commit
- [Relevant subtopic number] Subtopic title_name
- Example) [1.3] Typhoon_Hong Gil-dong
- Example) [1.1] What is accidental in history?_Hong Gil-dong## Features
- Local-Variable Type Inference
- Switch Expression
- Text Block
- Record Class
- Stream API
- Optional
- Lambda Expressions## Contributing
Contributions are always welcome!
If you want to modify a good example or code, please write a PR. 😅