Operations Manual Entries - Uncategorized

File Naming Best Practices

Have no spaces in file names: It can potentially cause issues depending on how files need to be used in the future, so as a best practice please save all files either:
  • CamelCase (CapitalizeEachNewWord)
  • Using_Underscores
  • Using-dashes

Leave a Reply