Getting Rid Of Unused Variables (Finally) – Inside Java Newscast #46



Getting Rid Of Unused Variables (Finally) – Inside Java Newscast #46

Getting Rid Of Unused Variables (Finally) - Inside Java Newscast #46

JEP 443 proposes to add unnamed variables and patterns to Java. With them, unused variables and patterns can be replaced by a single underscore, which helps writing readable and maintainable code.

JEP 443 ➱ https://openjdk.org/jeps/443

_____ Chapters _____
0:00 Content Warning
0:09 Intro
0:53 Unused – The Situation
2:04 Unused – The Workarounds
2:51 Unnamed – The Solution
4:05 Unnamed – The Details
5:25 Patterns
7:32 Outro

⎯⎯⎯⎯⎯⎯ More Resources ⎯⎯⎯⎯⎯⎯
◦ Dev.java ➱ https://dev.java
◦ Inside.java ➱ https://inside.java
◦ OpenJDK ➱ https://openjdk.org
◦ Oracle Java ➱ https://www.oracle.com/java/

Tags: #Java #OpenJDK #InsideJava #JDK

Comments are closed.