Acknowledgement
Acknowledgement
1 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Strong opinions, loosely typed.
Recent comments
How Expo solved 90% of our mobile deployment issues
My own experience was similar to yours, but more tied to Reac...
Static Typing or Typescript
It's not either/or. Check/annotate your types statically, but...
Static Typing or Typescript
Both of these can be true at the same time: Static type che...
Static Typing or Typescript
Static type checking does nothing for "type safety" in runti...
Static Typing or Typescript
I'm against butchering JavaScript to behave like another lang...
Static Typing or Typescript
I never said not to check types statically. Never said static...
Static Typing or Typescript
The multiple 800 pound gorillas that I have yet to see TypeSc...
The reasons I don't use Typescript
VS Code Intellisense works just fine with JSDoc @param (/@typ...