Blog Post #4

I work through being “stuck” on a problem by researching as much as I can about the task I am trying to complete and even the problem I am encountering. If I am working in a team then I will infer any advice or suggestions from other members on my team. In regards to learning something new, I always start with reading the documentation on that technology. The documentation for the new technology usually has some examples of implementations that would be helpful in starting my task.

When it comes to debugging my code, I usually start with running the built-in debugger in Visual Studio code to step into the code as it executes so I can pinpoint the area of code that is failing. I also make sure to write unit tests and integrations tests that I can run after changes are added to make sure everything is working in order.

Print Friendly, PDF & Email

Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *