Unix file naming convention for effective tab completion?
        Posted  
        
            by thebossman
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by thebossman
        
        
        
        Published on 2010-03-16T18:24:03Z
        Indexed on 
            2010/03/16
            18:31 UTC
        
        
        Read the original article
        Hit count: 514
        
I feel like I often name files in such a way that my computer constantly beeps while I program because the tab completion is ambiguous. Before doing a lot of Unix programming, I tended to name related files with the same prefix to indicate their relation. Now I must re-think my approach to folder and file structures and names to program more effectively.
What heuristics or rules do you apply when programming to simplify tab completion? Do you use any tools to make tab completion smoother (e.g., emacs icicles)?
© Stack Overflow or respective owner