Dev Conventions
  • Dev Conventions
  • Git
    • Branch Flow
    • Conventional Commits
    • Pull requests template
    • Before making the PRs in typescript, keep in mind
  • Typescript
    • Introduction
    • Good practices
    • Solid
    • Using pnpm for Package Management
    • NestJs
    • NextJs
    • React
    • NestJs Testing
    • React Testing
    • Npm Registry
  • PYTHON
    • Introduction
    • Good practices
    • Testing
    • Naming Convention
  • DevOps
    • Introduction
    • Github Actions
    • Creating a Github Actions Workflow
  • Agile
    • Story Points
Powered by GitBook
On this page
  1. Typescript

Introduction

💡 TypeScript is an object-oriented programming language that is a superset of JavaScript. Some TypeScript standards include the use of static types, object-oriented programming with classes, and the use of modules. These standards help improve code readability and quality, facilitate maintenance, and help prevent errors.

PreviousBefore making the PRs in typescript, keep in mindNextGood practices

Last updated 11 months ago