Tagged in

JavaScript

Scripting Bits
Scripting Bits
Join me in my short coding experiments where I dive into the rabbit hole of what-ifs!
More information
Followers
7
More, on Medium

Just Importing Code From The Internet

After taking a look at how Deno allows directly running or importing code via arbitrary URLs, I got to thinking: that’s a pretty nice way of handling dependencies. It allows me to get up and running without even needing to deal with a package manager; after all…