1 min readDec 11, 2019
My experience is that these “simple cases” is around 1% of the use cases when working on most “real world” apps. When using console.log you’d better know where to look as stated in the article, otherwise in a large code base it can be complicated, and when tracking bug on production app this is usually not the case. Simple cases should be tackled by testing not debugging IMHO. Thanks for your feedback.