I'm guessing that the author said this to warn people not to rely on this technique, as it's not part of the specification. Does it behave consistently across all browsers?
I stumbled upon this article after reviewing a pull request, where someone was unit testing the abstract base class. I'm of the opinion that base classes should not be tested. We don't want to be testing the architecture of an application, we want to be testing the behaviour. The author sums this up nicely with this point:
For tests, though, it shouldn’t matter whether the classes under test share the domain logic or duplicate it. Tests should view all production code as a black box, and approach verifying it with a blank slate. Otherwise, such tests will start couple to the code’s implementation details.
I am wondering about this too. The article, ActivityPub on a (mostly) static website, goes into detail about what is involved.
The issue was they changed their server URL and added www, so I've updated the link accordingly.
How strange. It was definitely working when I shared it.
What I got from the article is an example of how generative AI can fix a bug, if you provide it with a reproducing case. Yet funnily enough, the AI introduced a bug in the first place by using an older version of a dependency.
React is very much the dominant framework, and that dominance is being bolstered by AI coding tools. I wonder if an AI coding tool would even suggest Preact as an alternative to React? 🤔
I am intrigued. Could you elaborate on this with some examples?
Similar but different, this blog post goes into more detail: Are nested grids like nested tables?
When I say a conference, here's an example of what I mean, State of the Browser 14.
To clarify, when you say freelancer, do you mean on a part-time basis? Or do you mean having a contract and working on a full-time basis for that client? Also, where are you based? I'm happy to give advice as a UK based contractor, who does a tiny bit of freelance work
Thank you! When I stumble across the Neovim posts, I try to share them here if I think someone will find them useful.