课程: JavaScript: Best Practices for Data
Working effectively with JavaScript data - JavaScript教程
课程: JavaScript: Best Practices for Data
Working effectively with JavaScript data
- [Sasha] JavaScript is pretty permissive when it comes to creating and using variables and working with different types of data. But moving from code that usually works to code that's specifically optimized to avoid corner cases requires a deeper dive into the trade-offs between different approaches. Implementing best practices in your code and configuring tools to help you can also sharpen up code that may still be relying on outdated approaches to important processes, like declaring variables, and type casting values. In my LinkedIn Learning course, I explore best practices as laid out in some of the industry's most commonly referenced style guides. I also show you how to set up ES Lint rules to flag deviations from styles you set, and how to turn on features in your editor that can help format your code as you write and save it. I'm Sasha Vodnik. I'm a JavaScript developer, and I've learned the hard way what works and what doesn't when it comes to working with data. If you want to implement modern strategies for working with data on your team, an open source project, or just in your own personal work, I invite you to join me for this course on JavaScript best practices for data.
随堂练习,边学边练
下载课堂讲义。学练结合,紧跟进度,轻松巩固知识。