Is there any way to hide certain snippet of code while compiling in Eclipse 3.7?
I have huge code base and I am having difficulty managing it. There are certain code that are dedicate to 开发者_如何学编程certain client. So the thing is I would like to make setting so that when I select some setting then the code for selected would be visible? Wondering if this possible in eclipse for java. Edit:- I mean plugins for code management.
change to use multi projects, as you said "There are certain code that are dedicate to certain client" ,it is better to split your code base into multi project if it is really huge.
we have 1 million+ LOC for a product, and uses about 100 java projects to manage them, which helps in many ways. for example, different people own different module and own different projects, Less conflict for version control , different component release strategy....
精彩评论