Skip to content

Instantly share code, notes, and snippets.

@alfredoem
Last active January 9, 2017 14:24
Show Gist options
  • Select an option

  • Save alfredoem/f162809aeab7dc3f2bdb9a4707f0e126 to your computer and use it in GitHub Desktop.

Select an option

Save alfredoem/f162809aeab7dc3f2bdb9a4707f0e126 to your computer and use it in GitHub Desktop.
Basic Coding Standard
  1. StudlyCaps for class names, namespaces and file names of classes
  2. camelCase for property, method and variable names
  3. UPPER_SNAKE_CASE for constants
  4. snake_case for service and parameter names in the Symfony service container and for names of templates and configuration files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment