Typescript/typescript

TS vs JS 여러 개발자들의 생각

개발자성장기 2023. 9. 12. 11:59
반응형

 

 

 

해당글은 단순 링크만 저장해놓은 글 입니다. 
저는 주로 타입스크립트를 선호하지만, 다른 개발자들이 자바스크립트와 타입스크립트에 대해 어떻게 생각하는지 및 오픈소스 프로젝트를 운영할 때 어떤 고려 사항이 있는지에 대한 정보를 얻을 수 있습니다.

 

 

 

 

https://github.com/hotwired/turbo/pull/971

 

Remove TypeScript by afcapel · Pull Request #971 · hotwired/turbo

https://world.hey.com/dhh/turbo-8-is-dropping-typescript-70165c01

github.com

https://world.hey.com/dhh/turbo-8-is-dropping-typescript-70165c01

 

Turbo 8 is dropping TypeScript

By all accounts, TypeScript has been a big success for Microsoft. I've seen loads of people sparkle with joy from dousing JavaScript with explicit types that can be checked by a compiler. But I've never been a fan. Not after giving it five minutes, not aft

world.hey.com

https://world.hey.com/dhh/open-source-hooliganism-and-the-typescript-meltdown-a474bfda

 

Open source hooliganism and the TypeScript meltdown

I've seen a lot of true believers argue for virtues of their favorite paradigms and methods over the decades working in software. And mostly, I look at people with a passionate preference and smile. Isn't it great that people care so much about their craft

world.hey.com

 

https://github.com/hotwired/turbo/pulls?q=is%3Apr+is%3Aclosed 

 

GitHub - hotwired/turbo: The speed of a single-page web application without having to write any JavaScript

The speed of a single-page web application without having to write any JavaScript - GitHub - hotwired/turbo: The speed of a single-page web application without having to write any JavaScript

github.com

 

 

https://news.ycombinator.com/item?id=35892250 

 

Lordy, I did not expect an internal refactoring PR to end up #1 on Hacker News. ... | Hacker News

 

news.ycombinator.com

 

https://github.com/tc39/proposal-type-annotations

 

GitHub - tc39/proposal-type-annotations: ECMAScript proposal for type syntax that is erased - Stage 1

ECMAScript proposal for type syntax that is erased - Stage 1 - GitHub - tc39/proposal-type-annotations: ECMAScript proposal for type syntax that is erased - Stage 1

github.com

 


https://github.com/hotwired/turbo/pull/972

 

Add TypeScript by t3dotgg · Pull Request #972 · hotwired/turbo

By all accounts, JavaScript has been a big success for web development. I've seen loads of people sparkle with joy while working with the dynamic nature of JavaScript, unburdened by the constraints...

github.com

 

반응형