> > > Usually, I obtain the same benefit running the tests (and more, test that > were the product of TDD workflow). In this way, I'm sure not only of no > removal of something I needed, but also the underlying behavior of imported > modules are still the same. Relaying on static imports only warns me about > the presence or not of some functions, but the app could be >
Of course, there's no substitute for unit tests with good coverage. But the question is, what kind of help does that language provide for static analysis? Currently, JS provides almost none.
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

