Clean Code Applied to JavaScript: Series
• • 1 min readIn this series, we are going to discuss the classic tips around clean code that every programmer should know but applied to a specific JavaScript/TypeScript language.
- Part I. Before your start.
- Part II. Variables.
- Part III. Functions
- Part IV. Comments
- Part V. Exceptions
- Part VI. Avoid conditional complexity