Viewing profile — jflwyasdf
jflwyasdf
HN member- Joined
- Thu, Apr 25, 2024, 6:55 AM UTC
- HN karma
- 2
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About jflwyasdf
No profile information was provided.
Recent public activity
-
comment
Comment #40189822
Right that depends if you subscribe to the belief that null means the absence of a value `Option ` or does it mean the zero value `T`.
-
comment
Comment #40189792
This is how I would do it. Go: *string Java: Option or @Nullable String Rust: Option TypeScript: string | undefined (or string | null)
-
comment
Comment #40189666
null would just mean the zero value instead of the absence of a value String foo = null; String bar = ""; foo.equals(bar) --> true This works well provided the data type has a sens…
-
comment
Comment #40189594
Fortunately, Uber made tooling for languages with broken type systems * https://github.com/uber/NullAway * https://github.com/uber-go/nilaway
-
comment
Comment #40189359
Former ActiveRecord & Django ORM enjoyer here. I've been using sqlc, sqlx, pgtyped, & kysely and I found they have ORM-like productivity with full type-safety but they don't bring …
-
comment
Comment #40165508
Their username says it all: https://landscape.cncf.io/