Avatar

icesentry

icesentry@programming.dev
Joined
0 posts • 17 comments
Direct message

You don’t need different beans for espresso.

permalink
report
parent
reply

The fact that it’s horrifying doesn’t change the fact that it’s not related to their looks.

permalink
report
parent
reply

I’m honestly surprised that someone that spends enough time on the internet to end up on lemmy doesn’t know about ACAB.

permalink
report
parent
reply

The only reason I would switch is if the projects I contribute too would switch. I personally don’t care.

permalink
report
reply

A lot of those AAA unreal games are plagued woth performance issues and shader stutter on PC. Unreal has a lpt of good in there, but it’s not all good. Nanite will only contribute in making games even larger than they already are.

permalink
report
parent
reply

I mean, I get what you’re saying but with rust all that js code is auto generated and you can make a full app without writing a single line of js yourself.

permalink
report
parent
reply

How is it extra effort? It’s just a comment instead of inline types. It’s not like going from no types to types everywhere.

permalink
report
parent
reply

That’s litterally less step. It’s just a comment above a function. How is that more steps?

I mean, don’t get me wrong, I don’t mind build step but this is objectively less steps.

permalink
report
parent
reply

If you want type safety and no build step you do like svelte did and use jsdoc instead. You can run the typescript type checker on those annotations so if you care about not having a build step you can still have type safety.

permalink
report
parent
reply