Iterations

Small and quick. What is an Iteration? We may be familiar with this term from the Agile software development idiom. It basically stands for one pass over a thing. One iteration of a loop is one execution through the loop block. Likewise, in agile-speak, one iteration can be thought of as one execution over the … Read more