JavaScript: shooting yourself in the foot with configs once again
I’m not the only one blown away after digging up some of React/Redux boilerplate code. Great article proving some of my thoughts on the subject: ** Copy-pasting configs from boilerplate projects always leads to hard-to-debug issues like this.** It’s easy to miss somebody’s configuration decisions when you’re not the one making them. Don’t use boilerplate projects unless you understand each and every technology it uses! I understand Dan’s frustration. But could we look at this from a different perspective?...