aczietlow / Flight-Planner-PHP

Flight Planner Simulator
2 stars 1 forks source link

Should be testing #14

Open aczietlow opened 9 years ago

aczietlow commented 9 years ago

A large benefit of writing classes is that it makes code more testable. By extension writing tests for code in this should be a metric of success for how good the code was written.

Will need to devise a testing strategy, some common languages, and select the tools for the job.