← Back to context

Comment by danielvaughn

4 years ago

yep, I still don't use spaces. I also don't use uppercase characters. Just underscores or hyphens.

Sometimes I break the rule and use uppercase but never spaces.

  • I've had issues when moving between Window/*nix file systems, where Windows file names are case insensitive and *nix systems are case sensitive.

    Build script works fine locally on Windows, but then chokes in *nix test server, as it's effectively a different path.