Good news from #Mozilla: “Any time a website, or third-party content embedded in a website, deposits a cookie in your browser, that cookie is confined to the cookie jar assigned to that website, such that it is not allowed to be shared with any other website.”
https://blog.mozilla.org/security/2021/02/23/total-cookie-protection/
What's your thoughts on Object Oriented Programming? I've kind of fell into a "func-peritive" style since programming since writing Elixir.
Most functions aren't pure, and are called what they do. I do however use immutable data, which I like.
I always feel like I've never really "got" OOP. It always seems indirect to have to create an object to simulate something. It seems easier to understand to just "do the thing". I feel like this is how users think as well. "I just want X done"
Thoughts?
I've often wondered how I can better understand how to spread innovative tech and ideas (such as #asynchronous communication) and this is really eye opening about it. I'll probably transcribe my notes here for those interested 😁.