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 ; )
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.
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.