Java Interfaces/Implementation naming convention
        Posted  
        
            by Amir Rachum
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Amir Rachum
        
        
        
        Published on 2010-05-11T22:12:53Z
        Indexed on 
            2010/05/11
            22:24 UTC
        
        
        Read the original article
        Hit count: 312
        
java
|naming-conventions
How do you name different classes / interfaces you create?
Sometimes I don't have implementation information to add to the implementation name - like interface FileHandler and class SqlFileHandler.
hen this happens I usually name the interface in the "normal" name, like Truck and name the actual class TruckClass. 
How do you name interfaces and classes in this regard?
© Stack Overflow or respective owner