JavaScript Should Come With Batteries

Luca Casonato

View at original site


Setting up JavaScript projects is no fun. Getting started involves installing and configuring node, tsc, prettier, eslint, a testing framework, a database driver, and more. Why is JavaScript not batteries included? In this talk, we'll talk about how Deno fixes this, letting you focus on building stuff. We explore what benefits full tooling integration unlocks and remember how fun it is to program if your tools help you rather than requiring your babysitting.

About the Presenter

Luca Casonato, Software Engineer at Deno

Related Resources

Clean Up Messy Imports With Optimize Imports
Clean Up Messy Imports With Optimize Imports
Quickly remove any unused imports and more.
Add console.log Faster
Add console.log Faster
Use Postfix Completion to quickly add console.log.
See Return Values in Variables View
See Return Values in Variables View
See what value a method returns.