Re: Is it useful to remove comments & spaces from source code?




"howa" <howachen@xxxxxxxxx> wrote in message
news:1170168271.039856.63210@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
we will keep an original codes in the SVN,...

the main point is: around 20-30% of file size are from comments &
white space, we think that when each time include_once is called,
dummy information need to be read by PHP interpreter, seems waste of
cpu time...



CPU time is cheap. Developer time is expensive. Work it out.


.