Hacker News new | ask | show | jobs
by codethief 1496 days ago
> - Dependencies are explicit. There is no parsing or global scope.

I can't express how happy it makes me to read this! So many "modern" tools these days come with global state and force you to do lots of implicit dependency juggling. This makes it hard to test things, to read code, to re-use code… It's as if we have to keep re-learning the same lessons again, and again, and again…