HackerTrans
热门最新趋势评论往期问答秀出招聘

tisc

no profile record

评论

tisc
·3个月前·讨论
It does not _need_ it, that’s the thing. It has become a custom to import a dependency for a lot of things. Especially for JavaScript.
tisc
·7个月前·讨论
Why would you build a switch instead of relying on the user’s system settings? The only reason I can imagine is that your dark/light mode is not usable/readable so it forces the user to switch
tisc
·4年前·讨论
I like to combine those:

    const RESEND_DELAY_MS = ONE_HOUR_IN_MS;
Having the unit in the name saved me more than once and having non-contextual constants for sizes increases readability imo.