User1080785583 posted
I am curious which one is worse and why these aren't part of a framework. What I mean, is when I write code I tend to use alert, console.log to debug values I use in my SPA. When I publish this, the framework should take care of deleting my console.logs
as well as setup all requests to not be cached. Reason be is most SPA are heavy reliant on javascript derived frameworks and I feel this should be part of it because it burns me often.
Suggestions/Comments?