Hi
I would to know if there is a way to minimize all methods or even all declared classes. We have a dll with like 160 different classes in (Line count = 32 000+). I want to be able to minimize all the methods/classes to make it more manageable.
Thanks in advance. :)
Loading
Bryan ChapmanPosted Mar 30, 2009, 3:22 PM
Bechir BejaouiPosted Jan 30, 2009, 11:09 AM
you have to devide the hole code to several zones(by function, by structure or by an other criteria) then try to treat each segment independantly go optimize it and build a new module after building the hole modules then you fusion them in one assembly
But in the future projects you have to use the strategy pattern more instead of applying inheritance or extending the code directly.
http://en.wikipedia.org/wiki/Strategy_pattern