Use namespace,Mate. Example you have 100 common function, 30 of them are for graphics, 70 of them are for I/0 stuff so just seperate them into 2 namespace : utility.graphic and utility.io .simple is that.
On 2/20/09, graphicsxp <[email protected]> wrote: > > Hi, > > I have a service that exposes a number of methods in the service > contract. Potentially there could be hundreds of functions. So the > interface for the service contract and the service contract itself > could become enormous. Is there a way or good practice to follow in > this kind of situation ? how can I split the interface into different > files ? > > Thanks
