Union organizing and intersectionality can only improve things.
Union, intersection, difference, and more are coming to JavaScript Sets
Submitted 8 months ago by testeronious@lemmy.world to programming@programming.dev
https://www.sonarsource.com/blog/union-intersection-difference-javascript-sets/
Comments
linuxPIPEpower@discuss.tchncs.de 8 months ago
vexikron@lemmy.zip 8 months ago
Ah yes, javascript, the database language.
Jesus fucking christ I am so glad I don’t work in the corporate tech sector anymore.
kogasa@programming.dev 8 months ago
Sets aren’t just for databases
vexikron@lemmy.zip 8 months ago
If you need to be able to do unions and you are doing it in javascript, you are being absurdly inefficient compared to setting up a postgres db, but i wont be able to convince you of this because of basically nonsense brainwashing from your corporate conditioning.
SilverShark@programming.dev 8 months ago
This seems like a nice feature. Python has sets like this too, and it’s super useful.
NightAuthor@lemmy.world 8 months ago
They didn’t have that?!
bob_lemon@feddit.de 8 months ago
The more you learn about JavaScript, the less you understand how the modern web actually functions.
epyon22@programming.dev 8 months ago
Set functionality was there leveraging object properties this just makes things more concise