Refactoring large JavaScript codebases | Michele Riva | jsday 2022

preview_player
Показать описание
What happens if you're in a small team and need to refactor a huge JavaScript codebase? What if you have to upgrade your code following the latest ECMAScript specifications? Updating hundreds of thousands of files by hand seems not the best possible option, so here comes the concept of codemods. In this talk, we will see how JavaScript gets interpreted, transformed, and eventually compiled so that refactoring a large codebase won't be a problem anymore.

__________

jsday 2022 happened in Verona on April 21st, 2022.

Info and details of this edition:

__________

See you next year:

Subscribe to our newsletter:

Watch past edition videos:

Take part to our initiatives:

Discover our academy:

� Follow us on:

Рекомендации по теме
Комментарии
Автор

Nice video!
24:30 - Do not use template literals, is this bad?

anythingforweb
Автор

Nice video. Is there a chance, that you make the original code available for download, so I can make my hands dirty?

ManfredSpecht