DEV Community

[Comment from a deleted post]
Collapse
 
emptyother profile image
emptyother

Javascript is typed. Loosely typed. Typescript, strongly typed, makes it easier to keep track of those types.

Also more web technologies are becoming "typed" these days. Stuff like Swagger/OpenApi, GraphQL schemas, and JSON schemas are tools we use together with our code to quality-check.

Collapse
 
bacloud22 profile image
aben

There is no language which is not typed conversely (other than very low and machine languages)

Of course you can type whatever you want, but some really need to calm down with types.

Say your String is finally a String, then what ?! Everything could be wrong in logical perspective of the app and what is supposed to do.

Web is becoming hundreds of stacked technologies that we have no longer control and just becoming a burden. (A lot of typing and technologies making it counter productive)

Of course this is my opinion.