Комментарии:
hi sean it's guys
Ответить😍
ОтветитьYou have good dilevery of speech and explaining. Plz make more videos on programming relayed fields.
ОтветитьSubscribe now my channel give me a new
ОтветитьHey Sean, one of the things that I find most helpful is having an IDE/editor/workspace that allow me to set breakpoints and then step through code line-by-line. It's maybe most useful for code that I write myself (rather than debugging other people's code), since I know (at roughly each line) how I would imagine the workspace to look like (at that line), and then when it doesn't by deviating in, say, the type of an output I got from a function (which later throws an error in a sub-function, or 20 lines below), I have found the source of the error. That being said, knowing how to read a stack trace is probably even higher on my list, but you already mentioned that ;)
Ответить