2007/12/4, Roman Borschel <[EMAIL PROTECTED]>:
>
> On Dec 4, 2007, at 5:09 PM, Martin Alterisio wrote:
> > 1) Why is performance relevant to whether namespaces are implemented
> > one per
> > file or many per file?
>
> Because including/requiring 80 files one by one seems to be
> significantly slower than including/requiring just a few files.


Sorry but that still doesn't answer my question. That answer the question of
"why use bundling?".

>
> > 2) I was under the impression namespaces were introduced to improve
> > code
> > maintainability. Was I wrong?
> >
>
> Of course. Such bundling processes usually only take place during an
> automated build process. This is not something thats used for
> development.


I didn't understand. Do you mean that I was wrong? Or that I was right about
namespaces purpose, but that's only needed in development? Therefore,
shouldn't the bundling process remove the need for namespaces (i.e. the
bundling process removes namespaces)?

Aside form that, is it not coherent that a whole namespace conforms one
bundle? Why should namespaces mix?

Reply via email to