develwoutacause’s avatardevelwoutacause’s Twitter Archive—№ 1,797

  1. If I ever make a #TikTok, I'm absolutely going to make a back-and-forth discussion between a senior and junior dev explaining "how to import a file in #JavaScript". Senior explains the different options and their trade-offs and history while Junior utterly fails to understand.
    1. …in reply to @develwoutacause
      It ends diving into import maps and how browser support isn't quite there yet but you don't need a bundler anymore or any other module systems. The Junior eng says "Ok, I did it!" "What approach did you choose?" "I added a second script tag with a global."