Thanks again George, both for the prompt reply and the welcome answer. This also relieves me some about including blocks of Const declarations. I prefer to have them available in the code in full generality even if I have to comment out the ones I'm not currently using. It saves me time looking them up over and over again (I can just *untick* the ones I need).
Bob --- In [email protected], "George Henne" <g...@...> wrote: > > Compile does clean out the whitespace - don't hesitate to use comments > and formatting in your code. > > >I'm sure I've missed it in the documentation, but can anyone tell me > >whether or not a "make" (run, compile, whatever) deletes code comments > >and leading/trailing whitespace (tabs, spaces) to save space in a > >deployed project? > > > >Or is it worth the trouble to manually clean these out before a > >production build? -- You received this message because you are subscribed to the Google Groups "nsb-ce" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nsb-ce?hl=en.
