• earmuff@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    20
    ·
    3 months ago

    Now please publish it as a Node.js module and in 3 weeks, it will be in Top 10 most used modules, being used in 90% of Fortune 500 corporations.

  • jh29a
    link
    fedilink
    arrow-up
    2
    ·
    3 months ago

    here’s a more nuanced question: in school iirc my teacher was implementing terminal 2-human tic-tac-toe with us and used an only slightly less egregious 7-by-3 AND/OR gate to see whether any player had won. because I didn’t like all the repetition, my version iterated through a 7-by-3 list of lists of indecies instead. every toy programming problem I’ve seen since was so general that it didn’t go well with this kind of hardcoding either

  • azi@mander.xyz
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 month ago

    Honestly as long as literals are properly converted, I don’t see any other way to do this in an entirely encoding agnostic way