Can we separate our dependencies from our data?
What if we could distinguish between our dependencies which are injected and the arguments needed for the function?
What if we could do this on a per function basis?
I'd like to propose a new syntax for JS
function myFunction{dependancy1, dependancy2...
continuouscoding.hashnode.dev1 min read