简体   繁体   中英

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....

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM