HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Soremwar

no profile record

comments

Soremwar
·il y a 4 ans·discuss
That new bench reporter is really something to look at
Soremwar
·il y a 4 ans·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
·il y a 5 ans·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
·il y a 5 ans·discuss
Hence why developers always recommend to use immutable sources when importing modules
Soremwar
·il y a 5 ans·discuss
They don't though. They transpile it behind the scenes
Soremwar
·il y a 5 ans·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
·il y a 5 ans·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
·il y a 5 ans·discuss
Not that simple of a comparison since "data centers" mean a different thing in both cases
Soremwar
·il y a 5 ans·discuss
You don't need to test a feature that they don't have