I'm looking at the following block (around line 990) that goes like this:

            // modularize identifiers and add tables with real streams to the 
import tables
            foreach (Table table in output.Tables)
            {
                // modularize the output if this is a merge module
                if (OutputType.Module == output.Type)
                {
                    table.Modularize(modularizationGuid, 
suppressModularizationIdentifiers);
                }
            }


Wouldn't it make more sense to have the foreach be inside of the if since the 
if won't change?
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to