D1 to be discontinued on December 31, 2012

Andrej Mitrovic andrej.mitrovich at gmail.com
Thu Dec 15 10:26:05 PST 2011


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.


More information about the Digitalmars-d mailing list