

1·
2 years agoMany years ago - many jobs ago, we got a new CEO, and she wanted to make a big splash, so she started firing people. And this is a public, non-profit job, so most people were working in less than stellar conditions simply because they were passionate about public service.
I was two days away from putting in my 2 weeks’ notice because I had landed another job, but they fired me and gave me two months’ severage. So instead of having to work another 2 weeks, I didn’t have to go another day. I said “Sorry it didn’t work out.” and held my smile till I got out the door.
Watch a Video or read something because it really is an invaluable tool. But here’s a crash course:
Debuggers, or IDEs, let you step through your code in slo-mo so you can see what is happening.
There are many other things an IDE can do to help you, so def look into it more if you want to save yourself a lot of insanity. But this is a good starting point.
If you’re developing for the web use F12 to open web tools, and when an error happens, click the file/line number to see that point in the Sources tab, and you can debug there.