Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lightning Talk: Dynamic typing in JavaScript is a trap, use TypeScript now! #11

Open
gerhean opened this issue Jan 23, 2022 · 0 comments

Comments

@gerhean
Copy link
Contributor

gerhean commented Jan 23, 2022

Despite static typing offering numerous benefits for large and complex code bases, some of our projects have yet to upgrade to TypeScript for frontend, such as Reposense and TEAMMATES, despite having left the prototyping stage for years.

Through this talk, I wish to make an honest effort to convince the maintainers of complex projects to upgrade their JavaScript based frontend to TypeScript (if it has yet to be done).

Unlike other statically typed frontend languages, upgrading to TypeScript takes minimum effort!

Slides

Round 1 Presentation

WIIFY

Learn about why there is no better time to include TypeScript into your project.

Key points

TypeScript provides static typing, which serves as living documentation for your code and catch certain errors quickly.
TypeScript is extremely easy to integrate into existing projects.
Alternatives to TypeScript have various factors which hold them back.

Impact

Know: What TypeScript is
Believe: TypeScript makes any large scale JavaScript project simply better
Do: Use TypeScript today!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants