What naming convention do you use?

10 years ago from Josh Green, Pixel Pusher

  • Jeff EscalanteJeff Escalante, 10 years ago (edited 10 years ago )

    I created a small script that takes the pain out of adding "final" to the end of your files, and automates it for you. You should totally use that instead of naming conventions ; )

    https://gist.github.com/jenius/2578977

    In a more serious vein, you should honestly never use filenames for versioning. If you want versioning, we have version control systems these days. For example, git or layervault.

    1 point