Unexpected Mutations
An unexpected (and probably unintended) function parameter mutation inside the web3.js library had me questioning my sanity for a couple of hours.
An unexpected (and probably unintended) function parameter mutation inside the web3.js library had me questioning my sanity for a couple of hours.
Minimize external dependencies and try not to use shitty libraries. – Karmic Rules for Writing Pretty Good Code
If you’re testing ES6 code referencing Redux in a transpiled build environment, you can save yourself a lot of trouble by putting your tests into JSX files.
Intent matters more than even massive action, because in the long term it is more effective at actually getting the job done.
Your project depends on a GitHub repo template that has released a new version. How do you integrate the changes?