|
|




Pretty sure the runtime overhead they add for NPE is translating stack traces back to Kotlin source code. Which is fine by default, but give me a switch for that. I can figured out where my kotlin code went wrong based off a Java stack trace without the added runtime overhead.
And if the compile time checking is as reliable as Scu implies, why the need for the runtime overhead at all?











exactly. previously it would have ALWAYS been something you only found at runtime in the Java world, now it's something you can mostly find at compile-time and occassionally find at runtime in kotlin... surely as programmers we generally want to find these problems sooner rather than later, so moving whatever we can to compile-time problems is a good thing?
| « Intellij Shortcuts | How to get accurate skill success chances for your server. » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |