Also, port from the smallest module to the largest, OR the ones that
have the least dependencies towards those that have more.

Basically, you want to be able to unittest your modules as soon as you
port them, so the modules that import these newly tested modules will
call into functions that you know will work.

Reply via email to