Viewing profile — bkv
bkv
HN member- Joined
- Mon, Oct 26, 2015, 1:36 PM UTC
- HN karma
- 25
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About bkv
No profile information was provided.
Recent public activity
-
comment
Comment #10453212
If you don't think it's an important distinction then your real beef is that the developer can choose to panic in certain scenarios, which of course is silly when put in context.
-
comment
Comment #10452311
>Except these aren't at all the same. With a reference, you have no good way of telling whether your reference IS nullable. As the article mentions, we have annotations to do just …
-
comment
Comment #10452294
That is the old bug tracker. An issue was submitted on the official tracker and immediately closed. See https://github.com/findbugsproject/findbugs/issues/56 for explanation.
-
comment
Comment #10452060
>Actually, (much to my disappointment as I'm just learning rust) you can just take an Option or Result and .unwrap() and the compiler won't complain at you unwrap() is a convenienc…
-
comment
Comment #10451324
>Yes, you can write get() and risk an exception. So don't do that. Yes, you can dereference a null pointer and risk an exception. So don't do that. See where this is going? The pro…