Debugging, Testing, and Documenting
摘要
Development work requires you to not only design the solution for a problem and write the code for it but also test it to make sure your solution solves the problem. Testing involves making sure every component making up your solution behaves as expected in both expected and unexpected situations.