Live data from Hacker News

Viewing profile — xodeus

xodeus

HN member
Joined
Wed, Apr 25, 2018, 12:16 PM UTC
HN karma
17
Public activity
9 items

About xodeus

No profile information was provided.

Recent public activity

  1. comment
    Comment #33140675

    > TS catches me writing numerous bugs a day I see this sentiment a lot but I honestly can't think of any non-trivial bugs that TS has caught for me. 99% of the bugs it catches I wo…

  2. comment
    Comment #33140451

    This comment has just triggered my PTSD from every Typescript project I've had to work on.

  3. comment
    Comment #33140221

    I hope you're right, I've been waiting for Typescript to die for years

  4. comment
    Comment #23412107

    But you're not getting the wrong answer, it's doing exactly what it should do. That one isn't really even a weird language quirk like the others. It's just assuming you're not awar…

  5. comment
    Comment #22322753

    That plugin is the worst thing I've ever seen

  6. comment
    Comment #20581584

    I take the train as well, but only because it would take me just as long to drive + parking costs in the city are insane

  7. comment
    Comment #20581432

    I would 100% rather drive 25 minutes each way instead of sitting on a train for 40 minutes each way even if I could use my laptop/phone the whole time

  8. comment
    Comment #16929221

    found the answer in the full proposal. Variables will always be assigned to, never checked for equality. To me this is pretty average and seems like it will cause magic numbers/str…

  9. comment
    Comment #16928826

    If I do the following: let visFilter = 'foo'; const newState = match (action) { {type: 'set-visibility-filter', filter: visFilter} => console.log(visFilter) } What happens? Is it c…