Naming remote proxy classes
        Posted  
        
            by Tobbe
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Tobbe
        
        
        
        Published on 2010-06-07T19:10:11Z
        Indexed on 
            2010/06/07
            19:22 UTC
        
        
        Read the original article
        Hit count: 340
        
design-patterns
|proxy
What are some good names for the client and server side classes that communicate over the network when implementing a remote proxy? The classes are often called stub and skelleton but I don't find those names very "intention revealing". Are there any other (better) alternatives?
© Stack Overflow or respective owner