HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tisc

no profile record

comments

tisc
·3 ay önce·discuss
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 ay önce·discuss
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 yıl önce·discuss
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.