gapml / CV

Apache License 2.0
10 stars 5 forks source link

Factorizing duplicate code #12

Closed virtualdvid closed 5 years ago

virtualdvid commented 5 years ago

This branch reduced lines of code by factorizing redundant lines grouping them in functions.

Replaced lists by tuples when the data doesn't need to be mutable.

Simplified verbosity logic.