Clean-code-typescript (GitHub Repo)
This GitHub repository contains a guide on producing readable, reusable, and refactorable code in Typescript. The principles used in this guide are from Robert C. Martin's book, Clean Code. It is packed with examples of good and bad code, organized by sections, with clear explanations on why certain methods of formatting are more efficient, effective, and readable.