R
Richard
I have just joined a new company.
We currently have one exe project and three dll projects
I am not very satisfy doing like this as we can complete the project with
only one exe and one dll project. Other programers said that if we have only
one big projects then it will consume more memory to load, so it's better to
break it into projects. My question is does it really a good idea to break
it into projects because of memory reason. Does it really load the whole dll
when we run the app.
Please clear my confusion.
Thanks,
Richard
We currently have one exe project and three dll projects
I am not very satisfy doing like this as we can complete the project with
only one exe and one dll project. Other programers said that if we have only
one big projects then it will consume more memory to load, so it's better to
break it into projects. My question is does it really a good idea to break
it into projects because of memory reason. Does it really load the whole dll
when we run the app.
Please clear my confusion.
Thanks,
Richard