Automation

From Earlham CS Department
Jump to navigation Jump to search

Back to Lab 6 Main Page

Making events repeatable, and repeatable events trivial to reproduce. Simple software example: if trying to do a task n times, don't write the task n times, instead write a for loop and only write the task once. Benefits a lot from editing/refactoring. Beneficial to testing.