I’ve released JavaScript Assistant for VS Code (120 refactorings) as open source
P42 JS Assistant for Visual Studio Code. Contribute to p42ai/js-assistant development by creating an account on GitHub. (more…)
Read more »
I’ve seen some programmers try to avoid the humble for loop at all costs, in
favor of more functional abstractions. I’m going to argue that the for loop
is sometimes simply the best option. That doesn’t mean you should always use it
— far from it — but … Read more