8

That moment when you can re-use code you wrote years ago, and it still just works

Comments
  • 2
  • 5
    @jestdotty can't find the neo whoa. So here is Temu whoa:
  • 3
    This is what dependency-free JS feels like. JS with dependencies though… if you have Sass, it will NEVER work. Just six months with no activity, and npm install will fail with some obscure error. The moral of the story: lockfiles good, Sass bad.
  • 1
    @kiki also unit tested code
  • 0
    @kiki the problem is not the dependencies, it‘s that js doesn‘t have the type safety and the compiler to know if (or rather when) the dependencies broke something.
  • 1
    @Lensflare I think I agree with this particular point.
Add Comment