|
|
|
|
|
by justinchan
2708 days ago
|
|
JavaScript and TypeScript. TypeScript is a superset of JS so you can write vanilla JS in TypeScript code. Also, having worked extensively with Java, changing types is not as nearly as cumbersome as you describe. In an IDE, you can replace all usages of a type in a project or subdirectory with 3 clicks. Large, statically typed codebases are almost always navigated in an IDE. |
|