Postman Tangibles
Debugging Proof and Tangibles
I used debugging to figure out my problems with the code. For example, when I was making the method for dayOfYear method the class that I was using was creating the response with one more number larger than it should have been. Therefore, I used debugging to find that the Calendar class starts with January = 0, so I subtracted one to meet the requirements