7 ms·
There are nasty things we can do in software that can indeed make debugging difficult (for instance in the “make everything reactive” craze, some random subscri
by camdenreslink 1mo ago
There are nasty things we can do in software that can indeed make debugging difficult (for instance in the “make everything reactive” craze, some random subscriber could trigger from some piece of state changing that isn’t obvious at all and fully asynchronous and in a totally different part of the code).