Viewing profile — bob020202
bob020202
HN member- Joined
- Fri, Aug 16, 2024, 8:49 PM UTC
- HN karma
- -5
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About bob020202
No profile information was provided.
Recent public activity
-
comment
Comment #41271156
[flagged]
-
comment
Comment #41270904
If you explicitly mark types at lower levels, or just use typed libs, it's not very easy to pass the wrong type somewhere and have it still accidentally work. The most automatic ty…
-
comment
Comment #41270520
No, I said there's nothing that exists right now that's theoretically better. Typescript isn't. It'd be great if TS's type inference were smart enough that it basically takes no ad…
-
comment
Comment #41270429
Nothing is even theoretically better than Javascript for its intended use cases, web frontends and backends. Mainly because it went all-in on event loop parallelism early-on, which…
-
comment
Comment #41270330
If it's not something that needs extensive testing, I'd rather maintain that codebase than a "proper" one. Data science people don't pump out 100 files with 20 layers of OOP, and t…