Are you using semicolons in JS/TS? Maybe is time to remove themI have been using standardjs (and standardts) for 5 years as lint ruleset in my projects, and I am …Read more
Detecting circular dependencies in Javascript projectsCircular imports (or circular dependencies, or cycle dependencies, but not the same as circular …Read more
The advantage of using cache to decouple the frontend codeWe can agree decoupling is a good practice that simplifies the code and the maintainability of the …Read more
Typescript tips for legacy projects: Type only you needWhen you introduce Typescript in a legacy project, or you are using a library that doesn’t …Read more
How Vue's reactivity works (I): Object.definePropertyMaybe you don’t need to know how Vue reactivity works under the hood to make Vue apps, but …Read more