Live data from Hacker News

Viewing profile — bob020202

bob020202

HN member
Joined
Fri, Aug 16, 2024, 8:49 PM UTC
HN karma
-5
Public activity
5 items

About bob020202

No profile information was provided.

Recent public activity

  1. comment
    Comment #41271156

    [flagged]

  2. 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…

  3. 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…

  4. 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…

  5. 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…