Skip to content

Use TypeScript #35

Open
Open
@coderbyheart

Description

@coderbyheart

https://twitter.com/coderbyheart/status/1273895712288317440

TypeScript, it’s a language that builds on JavaScript by adding statically checked types. When you use static types, you can run the TypeScript compiler to check for bugs like typos and mismatches in the shapes of your data, and get handy suggestions. These types don’t change your program, and you can remove them to leave you with clean, readable JavaScript. Going beyond catching bugs in your code, TypeScript also assists you in writing code because types can power useful tooling like auto-complete, go-to-definition, and renaming in your editor!

from https://devblogs.microsoft.com/typescript/announcing-typescript-4-5/

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs explanationThis issue needs a better explanation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions