Closed Gluttton closed 10 years ago
I've made some progress on this in 9db4018806a21b826f4045874f2d25372532c612
I've made some progress on this in 9db4018 .
It's great! Comments are realy useful.
Some notes.
minimize_rows
and minimize_columns
are redundant, because rows
and columns
are known through variable matrix
. Actually those methods could be made with passing matrix
through input parameters (it will be better for testing).minimize_rows
and minimize_columns
should have the same structure.I agree 7ffbdc4702e9ab9f6c340b77dcbddfd4ba9ada08
Extract methods / functions out of the longer steps.