Proper Debugging
Opened this issue · 0 comments
TheUntraceable commented
Right now, I put console.log
wherever, now this is useful, but not efficient. I often forget to remove the prints, and these logs are put into "production". I need to make a new system of debugging (which in effect, will make debugging in the future better).