I like the “advantage” that using any Kotlin code in normal Java automatically forces you to use the kotlin-stdlib for Java 8 and adds a additional bloat of 10MB to your project…
- 0 Posts
- 3 Comments
Joined 2 years ago
Cake day: April 5th, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
carrylex@lemmy.worldto
Programmer Humor@programming.dev•Here comes a new JPEG challenger
0·3 months agoBut they were, all of them, deceived
For another format was made.
NPEs in Java usually have 2 causes and they are easily preventable:
The problem is not really language specific because quite the same can also happen in any programming language, the symptoms/errors are just different.