Live data from Hacker News

Viewing profile — AfterAnimator

AfterAnimator

HN member
Joined
Sun, Nov 07, 2021, 4:54 PM UTC
HN karma
9
Public activity
5 items

About AfterAnimator

No profile information was provided.

Recent public activity

  1. comment
    Comment #41108951

    For this case, I've switched to using `foo.at(3)` now instead, as it returns `T | undefined`, so you have to handle the undefined case.

  2. comment
    Comment #37421532

    They're blocked in Safari

  3. comment
    Comment #29476361

    I believe he means a literal bin. E.g. Amazon takes products from all their sellers and chucks them in the same physical space, so they have no idea who actually sold the product w…

  4. comment
    Comment #29141243

    I disagree, for me it saves a lot of time by giving you more IDE tooling that you can lean on and less stuff you have to hold onto in your brain. Once you're proficient in TS, addi…

  5. comment
    Comment #29141197

    I already feel like living in JS land is coding against a moving target, so refactoring is something that happens extremely often anyway. I wrote and manage a few projects that are…