Sync Fri Sep 29 06:00:08 UTC 2023

This commit is contained in:
bouncepaw
2023-09-29 06:00:08 +00:00
parent 9b6af83e12
commit 89b6018105
4 changed files with 8 additions and 6 deletions
-3
View File
@@ -1,3 +0,0 @@
= 581
https://ethw.org/Ancient_Computers
+4
View File
@@ -0,0 +1,4 @@
= 648
https://effectivetypescript.com/2023/09/27/closure-compiler/
> This post looks at the Closure Compiler, Google's tool from the mid-2000s for adding types to JavaScript. It looks at how its focus on minification led to very different design choices than TypeScript, and how this and a few other factors led to TypeScript becoming the ubiquitous solution for JavaScript + types. The Closure Compiler represents an alternative path that JavaScript could have taken, and it gives us perspective on TypeScript as it exists today.
-3
View File
@@ -1,3 +0,0 @@
= Ancient Computers
https://ethw.org/Ancient_Computers
@@ -0,0 +1,4 @@
= Effective TypeScript The Saga of the Closure Compiler, and Why TypeScript Won
https://effectivetypescript.com/2023/09/27/closure-compiler/
> This post looks at the Closure Compiler, Google's tool from the mid-2000s for adding types to JavaScript. It looks at how its focus on minification led to very different design choices than TypeScript, and how this and a few other factors led to TypeScript becoming the ubiquitous solution for JavaScript + types. The Closure Compiler represents an alternative path that JavaScript could have taken, and it gives us perspective on TypeScript as it exists today.