HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Soremwar

no profile record

comments

Soremwar
·4 lata temu·discuss
That new bench reporter is really something to look at
Soremwar
·4 lata temu·discuss
Tracking where open resources like timers were invoked is something that is quite literally a game changer

People sleep on how good the Deno test runner is, but I can't for the life of me stress enough how many times the resource leak feature has saved my ass (developer of x/postgres)
Soremwar
·5 lat temu·discuss
"Immutable" in the sense that packages can't be taken down or modified by authors

If you wanna take it a step further, you can always opt in to that lock file with various degrees of strictness as you yourself mentioned
Soremwar
·5 lat temu·discuss
Hence why developers always recommend to use immutable sources when importing modules
Soremwar
·5 lat temu·discuss
They don't though. They transpile it behind the scenes
Soremwar
·5 lat temu·discuss
They are different, currently no Deno registries have dynamic version resolution (no greater than operator). Once you have locked in on a version you are in it for good unless you change it manually

However if the argument is: updating libraries break stuff, that is gonna happen every time in every language. There is no guarantee the next version will just work as the last one did
Soremwar
·5 lat temu·discuss
Reimplement in the way that they change certain rules to accommodate a more "modern JS" feel

And they absolutely use TS for the std library, just not in the runtime itself
Soremwar
·5 lat temu·discuss
Not that simple of a comparison since "data centers" mean a different thing in both cases
Soremwar
·5 lat temu·discuss
You don't need to test a feature that they don't have