Open koh1project opened 2 years ago
This ticket aims to take tries new debugging methods except for console log-out, such as editor debugger or browser debuggers. Ashamed to confess that I do not know how to utilize other debuggers enough, even in the backend development.
The output will be in documentation or on the README or could be recorded.
you don't need to be ashamed! Using an editor/browser debugger takes some practice to compare to a console debug, and sometimes even it's faster/better to do console debugging sometimes. editor/browser debugger > console debugging
is really the case all the time
It's a bit vague to me. What exactly do you want to achieve with this ticket?