The studies you are talking about are probably outdated, it's difficult to deny the actual productivity boost of coding agents. I'm not talking about the quantity of code produced, but about actual user needs that are…
Some do, but the DX was bad last time I tried, I did not find a way to use it with my setup.
I meant that it doesn't get much love from the community, it's pretty clear it's not used much, that's why things like `dbg` gets added to the language.
Almost nobody uses it though, which is too bad, especially since multi-head functions sometimes make it difficult to follow the execution path. I'd like to do step by step but I cannot plug the debugger to VScode from…
T'es perdu, chaton ?
Notion is nice
They all seem like great features.
I agree with them, the French translation is way too casual/aggressive compared to the English text. I wouldn't trust this website. It comes across as influencer speech targeted to edgy young people with a touch of "how…
Maybe consider renaming this since pgTAP [0] exists and has nothing to do with this. [0]: https://pgtap.org/
You are right, but note that the default isolation level is "Read committed" in postgres.
Read committed (which is the default), doesn't guarantee that. See "Nonrepeatable Read" and "Phantom Read" which are both possible in your documentation page.
I don't get the transaction bit. At least with postgres, a transaction doesn't guarantee that all statements in it see the data at the same point in time (actually, it's not even guaranteed for subqueries). Also, often,…
We migrated to Remix a few months ago, never going back.
That would be Remix: https://remix.run See: https://www.epicweb.dev/why-i-wont-use-nextjs
Comments aren't bad per se, but they should explain Why vs. How.
You should play Obra Dinn.
> Given how much programming now consists of "copy, paste, and modify," enforcing style conventions on Stack Overflow might do more to improve general coding standards than anything else we could try. I'm guessing most…
The studies you are talking about are probably outdated, it's difficult to deny the actual productivity boost of coding agents. I'm not talking about the quantity of code produced, but about actual user needs that are…
Some do, but the DX was bad last time I tried, I did not find a way to use it with my setup.
I meant that it doesn't get much love from the community, it's pretty clear it's not used much, that's why things like `dbg` gets added to the language.
Almost nobody uses it though, which is too bad, especially since multi-head functions sometimes make it difficult to follow the execution path. I'd like to do step by step but I cannot plug the debugger to VScode from…
T'es perdu, chaton ?
Notion is nice
They all seem like great features.
I agree with them, the French translation is way too casual/aggressive compared to the English text. I wouldn't trust this website. It comes across as influencer speech targeted to edgy young people with a touch of "how…
Maybe consider renaming this since pgTAP [0] exists and has nothing to do with this. [0]: https://pgtap.org/
You are right, but note that the default isolation level is "Read committed" in postgres.
Read committed (which is the default), doesn't guarantee that. See "Nonrepeatable Read" and "Phantom Read" which are both possible in your documentation page.
I don't get the transaction bit. At least with postgres, a transaction doesn't guarantee that all statements in it see the data at the same point in time (actually, it's not even guaranteed for subqueries). Also, often,…
We migrated to Remix a few months ago, never going back.
That would be Remix: https://remix.run See: https://www.epicweb.dev/why-i-wont-use-nextjs
Comments aren't bad per se, but they should explain Why vs. How.
You should play Obra Dinn.
> Given how much programming now consists of "copy, paste, and modify," enforcing style conventions on Stack Overflow might do more to improve general coding standards than anything else we could try. I'm guessing most…