Viewing profile — AfterAnimator
AfterAnimator
HN member- Joined
- Sun, Nov 07, 2021, 4:54 PM UTC
- HN karma
- 9
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About AfterAnimator
No profile information was provided.
Recent public activity
-
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.
-
comment
Comment #37421532
They're blocked in Safari
-
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…
-
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…
-
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…