Skip to content

Instantly share code, notes, and snippets.

@eddiejaoude
Last active October 27, 2015 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eddiejaoude/a0f3e6029c216265bcc0 to your computer and use it in GitHub Desktop.
Save eddiejaoude/a0f3e6029c216265bcc0 to your computer and use it in GitHub Desktop.
Service Naming Convention

Naming Convention

Example: AGS Storage Service

  • Repository Name should be full name AgsStorageService with Service appended because it will also build Libraries etc.
  • Bundle / Module should NOT have Service appended AgsStorage because these are all Services.
  • CI Job should be full name AgsStorageService with Service appended because it will also build Libraries etc.
  • Server / VM / Container should NOT have Service appended AgsStorage because these are all Services.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment