Skip to content

Rewrite the counter as an iterator

Tim Ekl requested to merge iterator into master

This breaks out the printing logic from the underlying work of actually counting the files. It also opens up the possibility of unit testing, which a couple small tests demonstrate.

Merge request reports