this post was submitted on 10 Sep 2023
79 points (100.0% liked)

Programming

13376 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] RandoCalrandian@kbin.social 81 points 1 year ago (19 children)

Refusing rust and wasm is a signal you don’t care about code quality or security

See? You can keep playing that game all the way down to the most onerous language

[–] MrGG@lemmy.ca 14 points 1 year ago (13 children)

Actually, if you really care about quality and types on the front end rust+wasm is not a bad idea 🤔

Now that I've typed that and read it back, were people using TypeScript for anything other than front-end web dev?

[–] Cube6392@beehaw.org 5 points 1 year ago (4 children)

It was used pretty frequently for back end APIs too

[–] MrGG@lemmy.ca 4 points 1 year ago (2 children)

That is disturbing. From my perspective, anyway. There are already so many great (and more appropriate) stacks for web backends, why Frankenstein a Frankenstein into it?

[–] Knusper@feddit.de 13 points 1 year ago (1 children)

Well, usually because you've got a team of frontend folks needing to do a backend.

There's one other advantage, which is that you can have a compile-time shared model between backend and frontend. You also have that advantage with WASM, but not with a traditional backend/frontend technology split...

[–] abhibeckert@beehaw.org 2 points 1 year ago* (last edited 1 year ago)

Compile time is my biggest issue with TypeScript. I've used JavaScript for decades with compile time measured in, what, a millisecond or two. Having to wait for TypeScript drives me nuts.

[–] Cube6392@beehaw.org 4 points 1 year ago

🤷 people like nodejs and people like type hinting and IDE reflection. Typescript helps a lot with that

load more comments (1 replies)
load more comments (9 replies)
load more comments (14 replies)