Tag:javascript
All the articles with the tag "javascript".
Refactoring JavaScript with Codemods
Posted on:July 5, 2019Codemods are handy for automating large-scale changes. In this article, I'll share more about codemods, walk through a simple codemod that I wrote, and share some tips for debugging.