TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Type Enthusiast's Notes about TypeScript part 1

1 pointsby x0xrxover 3 years ago

1 comment

usrbinbashover 3 years ago
Am I the only one who doesn&#x27;t see the point of typescript?<p>It&#x27;s still JavaScript, all it does is making the code more verbose and catch some really trivial errors at &quot;compile&quot;-time (transpile != compile), which can be checked by much easier and more general approaches, aka. code discipline, proper design and avoiding code smells.