MattWalterTX / Overlook-Project

0 stars 0 forks source link

Testing #13

Closed MattWalterTX closed 1 year ago

MattWalterTX commented 1 year ago

Testing

You should be testing the correctness of your code throughout your project. Each JavaScript class file in your project should have its own test file.

Your testing suite should test:

Remember to test all possible outcomes (happy/sad/etc). Ask yourself:

You are not expected to test:

(Potential) Tests

MattWalterTX commented 1 year ago

Lead with Testing for all classes and methods! Give yourself a roadmap to write that code ONE PIECE AT A TIME